Add files via upload

This commit is contained in:
Colonel Panic
2025-11-12 21:14:08 -05:00
committed by GitHub
parent 0ae84fbc85
commit f9aff089e6
5 changed files with 720 additions and 8 deletions
+1 -1
View File
@@ -1299,7 +1299,7 @@ if __name__ == '__main__':
print("Press Ctrl+C to stop the server")
try:
socketio.run(app, debug=False, host='0.0.0.0', port=5000)
socketio.run(app, debug=False, host='0.0.0.0', port=5000, allow_unsafe_werkzeug=True)
except KeyboardInterrupt:
print("\nShutting down server...")
# Clean up connections