rohan13 commited on
Commit
aa9cf31
1 Parent(s): f48c97f

removed allow unsafe

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ def handle_message(data):
22
 
23
 
24
  if __name__ == '__main__':
25
- socketio.run(app, host="0.0.0.0", port=7860, allow_unsafe_werkzeug=True)
 
22
 
23
 
24
  if __name__ == '__main__':
25
+ socketio.run(app, host="0.0.0.0", port=7860)