mirror of
https://github.com/colonelpanichacks/flock-you.git
synced 2026-07-31 10:33:06 -07:00
Add files via upload
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user