freddyaboulton HF Staff commited on
Commit
8d266ed
·
verified ·
1 Parent(s): a4b6dd0

Update processing.py

Browse files
Files changed (1) hide show
  1. processing.py +1 -1
processing.py CHANGED
@@ -65,7 +65,7 @@ def get_info(space_name: SpaceInfo) -> SpaceData | None:
65
  print(f"no subdomain for {space_info.id}")
66
  return None
67
 
68
- status = space_info.runtime["stage"]
69
  img_id = space_info.id.replace("/", "_")
70
  light_file = str(screen_shot_dir / Path(img_id + "_light.jpg"))
71
  dark_file = str(screen_shot_dir / Path(img_id + "_dark.jpg"))
 
65
  print(f"no subdomain for {space_info.id}")
66
  return None
67
 
68
+ status = space_info.runtime.stage
69
  img_id = space_info.id.replace("/", "_")
70
  light_file = str(screen_shot_dir / Path(img_id + "_light.jpg"))
71
  dark_file = str(screen_shot_dir / Path(img_id + "_dark.jpg"))