Update app.py
Browse files
app.py
CHANGED
|
@@ -25,5 +25,6 @@ def run_command(command):
|
|
| 25 |
except pexpect.exceptions.TIMEOUT:
|
| 26 |
return 'Command timed out.'
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
| 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)
|