master
fireworks88 2021-09-05 19:54:02 +02:00
parent ecae04bc64
commit a3d090dfbd
1 changed files with 1 additions and 0 deletions

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