diff --git a/main.py b/main.py index d71e1bb..a6c43fc 100644 --- a/main.py +++ b/main.py @@ -40,7 +40,7 @@ def try_download_and_upload_img(path, name, url): return "1" if "502" in response.text: return "0" - return response.text + return response.status_code, response.text except: return "t"