Echo-ai commited on
Commit
1c598e8
·
verified ·
1 Parent(s): b44efaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ if __name__ == '__main__':
80
  print('Client disconnected')
81
 
82
  # Run the Flask app with SocketIO
83
- socketio.run(app, host='0.0.0.0', port=7860)
 
80
  print('Client disconnected')
81
 
82
  # Run the Flask app with SocketIO
83
+ socketio.run(app, host='0.0.0.0', port=7860, allow_unsafe_werkzeug=True)