Spaces:
Running
Running
Update app.py
Browse filestry to fix if statement
app.py
CHANGED
@@ -54,7 +54,7 @@ async def capture_screenshot(image_type: str):
|
|
54 |
|
55 |
#url = "https://openprocessing.org/sketch/2539973"
|
56 |
url = "https://editor.p5js.org/kfahn/full/2XD5Y8MiV"
|
57 |
-
|
58 |
if image_type:
|
59 |
image_url = get_image_url(image_type)
|
60 |
else:
|
|
|
54 |
|
55 |
#url = "https://openprocessing.org/sketch/2539973"
|
56 |
url = "https://editor.p5js.org/kfahn/full/2XD5Y8MiV"
|
57 |
+
|
58 |
if image_type:
|
59 |
image_url = get_image_url(image_type)
|
60 |
else:
|