Spaces:
Paused
Paused
Commit ·
44ea949
1
Parent(s): e5d281d
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,5 +8,5 @@ def run_command(command):
|
|
| 8 |
else:
|
| 9 |
result = error.decode('utf-8')
|
| 10 |
return result
|
| 11 |
-
cmd="
|
| 12 |
run_command(cmd)
|
|
|
|
| 8 |
else:
|
| 9 |
result = error.decode('utf-8')
|
| 10 |
return result
|
| 11 |
+
cmd="python server.py"
|
| 12 |
run_command(cmd)
|