From 24d408943d1f1a88318a0f52c7e9c70429a72b4a Mon Sep 17 00:00:00 2001 From: SekiDesu0 Date: Thu, 21 May 2026 00:26:57 -0400 Subject: [PATCH] modified: app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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