enemy7 commited on
Commit
ddeef56
·
1 Parent(s): aeb2a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def run_command(command):
26
  return 'Command timed out.'
27
 
28
  if __name__ == '__main__':
29
- socketio.run(app, port=7860)
 
26
  return 'Command timed out.'
27
 
28
  if __name__ == '__main__':
29
+ socketio.run(app, port=7860,allow_unsafe_werkzeug=True)