Spaces:
Sleeping
Sleeping
Update processing.py
Browse files- 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
|
| 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"))
|