mirror of
https://github.com/colonelpanichacks/flock-you.git
synced 2026-07-05 00:03:35 -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Flask==2.2.5
|
||||
Flask-SocketIO==5.3.6
|
||||
python-socketio==5.8.0
|
||||
python-engineio==4.7.1
|
||||
Flask>=3.0.0
|
||||
Flask-SocketIO>=5.3.6
|
||||
python-socketio>=5.11.0
|
||||
python-engineio>=4.9.0
|
||||
pyserial==3.5
|
||||
Werkzeug==2.2.3
|
||||
Werkzeug>=3.0.0
|
||||
requests==2.31.0
|
||||
|
||||
Reference in New Issue
Block a user