Update Devine/plugins/Dev/upload.py
Browse files
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)
|