소스 검색

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('/')


불러오는 중...
취소
저장