瀏覽代碼

cleanup

python3_migration
manuel83 6 年之前
父節點
當前提交
5e960dce1c
共有 1 個文件被更改,包括 1 次插入8 次删除
  1. +1
    -8
      modules/__init__.py

+ 1
- 8
modules/__init__.py 查看文件

@@ -1,16 +1,9 @@
import json
import pprint
import sys, os
from flask import Flask, render_template, redirect
from flask_socketio import SocketIO, emit
import logging
# Define the WSGI application object
from .app_config import *
import pprint
from modules.core.db import get_db
from .app_config import *
@app.route('/')


Loading…
取消
儲存