remotes/1693045480750635534/spooky-22
fireworks88 2021-09-05 19:52:40 +02:00
parent d2fd82114b
commit ecae04bc64
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def upload_video(file):
headers = {"Authorization": f"Client-ID {IMGUR_KEY}"}
with open(file_path, 'rb') as f:
try:
r = requests.post('https://api.imgur.com/3/upload', headers=headers, data={"video": f})
r = requests.post('https://api.imgur.com/3/upload', headers=headers, files={"video": f})
print(r.text)
#r.raise_for_status()