Spaces:
Sleeping
Sleeping
Update app.py
Browse filesfix typo again
app.py
CHANGED
@@ -87,7 +87,7 @@ async def capture_screenshot(image_type: str):
|
|
87 |
image_url = get_image_url(image_type)
|
88 |
else:
|
89 |
#image_url = url
|
90 |
-
Return "No image found"
|
91 |
|
92 |
print(f"Opening image from p5 sketch: {image_url}")
|
93 |
await page.goto(image_url, timeout=120000) # Wait for the image page to load
|
|
|
87 |
image_url = get_image_url(image_type)
|
88 |
else:
|
89 |
#image_url = url
|
90 |
+
Return f"No image found"
|
91 |
|
92 |
print(f"Opening image from p5 sketch: {image_url}")
|
93 |
await page.goto(image_url, timeout=120000) # Wait for the image page to load
|