dragxd commited on
Commit
29fc22b
·
verified ·
1 Parent(s): 1c4c8fd

Update Devine/plugins/Dev/upload.py

Browse files
Files changed (1) hide show
  1. Devine/plugins/Dev/upload.py +1 -1
Devine/plugins/Dev/upload.py CHANGED
@@ -33,7 +33,7 @@ async def upload_file(client, message, file_path):
33
  "api_key": API_KEY,
34
  "timestamp": int(time.time()),
35
  "signature": API_SECRET
36
-
37
  response = requests.post(CLOUDINARY_UPLOAD_URL, data=files)
38
 
39
  upload_time = round(time.time() - start_time, 2)
 
33
  "api_key": API_KEY,
34
  "timestamp": int(time.time()),
35
  "signature": API_SECRET
36
+ }
37
  response = requests.post(CLOUDINARY_UPLOAD_URL, data=files)
38
 
39
  upload_time = round(time.time() - start_time, 2)