diff --git a/app.py b/app.py index c97f01c..9af8139 100644 --- a/app.py +++ b/app.py @@ -2,6 +2,7 @@ if __name__ == "__main__": + app.run(host="0.0.0.0", port=5000, debug=True) # monkey patch is "required to force the message queue package to use coroutine friendly functions and classes" # check flask-socketio docs https://flask-socketio.readthedocs.io/en/latest/ import eventlet