moved some models added cron and websocket base class

This commit is contained in:
2019-10-31 16:13:02 +01:00
parent 36c889956f
commit 5d731c9fba
10 changed files with 224 additions and 88 deletions

View File

@@ -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="*", )