Spaces:
Running
Running
admin
commited on
Commit
·
f5fc8a7
1
Parent(s):
fba6f6e
fix #1
Browse files- modules/activate.py +1 -1
modules/activate.py
CHANGED
@@ -23,7 +23,7 @@ def get_space_status(repo_id: str):
|
|
23 |
if repo["id"] == repo_id:
|
24 |
return repo["runtime"]["stage"]
|
25 |
|
26 |
-
return "
|
27 |
|
28 |
|
29 |
def get_spaces(username: str):
|
|
|
23 |
if repo["id"] == repo_id:
|
24 |
return repo["runtime"]["stage"]
|
25 |
|
26 |
+
return "ERROR"
|
27 |
|
28 |
|
29 |
def get_spaces(username: str):
|