coollsd commited on
Commit
e3e8a5d
·
verified ·
1 Parent(s): 0128340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -606,4 +606,4 @@ async def retry_upload(upload_url: str, file_content: bytes, content_type: str,
606
  time.sleep(delay)
607
  delay *= 2 # Exponential backoff
608
  print('Upload failed after all retry attempts')
609
- return False
 
606
  time.sleep(delay)
607
  delay *= 2 # Exponential backoff
608
  print('Upload failed after all retry attempts')
609
+ return False