This commit is contained in:
manuel83
2019-08-19 23:25:02 +02:00
parent 04f67754e5
commit 5e960dce1c
+1 -8
View File
@@ -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 # Define the WSGI application object
from .app_config import *
import pprint import pprint
from modules.core.db import get_db from modules.core.db import get_db
from .app_config import *
@app.route('/') @app.route('/')