From a3d090dfbdd765e7eff07b7149b5b4e7b3a614be Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Sun, 5 Sep 2021 19:54:02 +0200 Subject: [PATCH] jdjufrw --- files/helpers/images.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/images.py b/files/helpers/images.py index bd6d9e50ab..1de94252cc 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -104,6 +104,7 @@ def upload_video(file): with open(file_path, 'rb') as f: try: r = requests.post('https://api.imgur.com/3/upload', headers=headers, files={"video": f}) + print(r.text) #r.raise_for_status()