admin commited on
Commit
f5fc8a7
·
1 Parent(s): fba6f6e
Files changed (1) hide show
  1. 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 "SLEEPING"
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):