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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -25,5 +25,6 @@ def run_command(command):
25
  except pexpect.exceptions.TIMEOUT:
26
  return 'Command timed out.'
27
 
28
- if __name__ == '__main__':
29
- socketio.run(app, port=7860,allow_unsafe_werkzeug=True)
 
 
25
  except pexpect.exceptions.TIMEOUT:
26
  return 'Command timed out.'
27
 
28
+
29
+ print("running")
30
+ socketio.run(app, port=7860,allow_unsafe_werkzeug=True)