kfahn commited on
Commit
7264503
·
verified ·
1 Parent(s): 7348fc4

Update app.py

Browse files

try to fix if statement

Files changed (1) hide show
  1. app.py +1 -1
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
- image_url
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: