This commit is contained in:
fireworks88 2021-09-05 19:54:02 +02:00
parent 477a10fcd9
commit df56d76c6c

View file

@ -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()