Upload app.py
Browse files
app.py
CHANGED
|
@@ -41,4 +41,5 @@ try:
|
|
| 41 |
print(f"Process has terminated with an error. {process.returncode}")
|
| 42 |
|
| 43 |
finally:
|
| 44 |
-
restart_space()
|
|
|
|
|
|
| 41 |
print(f"Process has terminated with an error. {process.returncode}")
|
| 42 |
|
| 43 |
finally:
|
| 44 |
+
# restart_space()
|
| 45 |
+
pass
|