moved some models added cron and websocket base class
This commit is contained in:
@@ -15,7 +15,7 @@ app.config['SECRET_KEY'] = 'secret!'
|
||||
logging.basicConfig()
|
||||
|
||||
#socketio = SocketIO(message_queue="redis://")
|
||||
socketio = SocketIO(app)
|
||||
socketio = SocketIO(app, port=5443, debug=True)
|
||||
|
||||
#socketio.run(app, host="localhost", port=5000)
|
||||
#socketio.init_app(app, host="localhost", port=5000, cors_allowed_origins="*", )
|
||||
|
||||
Reference in New Issue
Block a user