Explorar el Código

cleanup

python3_migration
manuel83 hace 6 años
padre
commit
5e960dce1c
Se han modificado 1 ficheros con 1 adiciones y 8 borrados
  1. +1
    -8
      modules/__init__.py

+ 1
- 8
modules/__init__.py Ver fichero

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


Cargando…
Cancelar
Guardar