diff --git a/app.py b/app.py index 34717dc..36e0caa 100644 --- a/app.py +++ b/app.py @@ -76,4 +76,4 @@ def run_standalone(): if __name__ == '__main__': #run_standalone() # Uncomment for desktop app - socketio.run(app, host='0.0.0.0', port=5000, debug=True) \ No newline at end of file + socketio.run(app, host='0.0.0.0', port=5000, debug=True, allow_unsafe_werkzeug=True) \ No newline at end of file