Update main.py
Browse files
main.py
CHANGED
@@ -55,7 +55,7 @@ def get_random_from_channel(link):
|
|
55 |
|
56 |
async def upload_to_catbox(dl_path: str) -> str:
|
57 |
base_url = "https://catbox.moe/user/api.php"
|
58 |
-
proxy_url = f"http://
|
59 |
async with aiohttp.ClientSession() as session:
|
60 |
form_data = aiohttp.FormData()
|
61 |
form_data.add_field("reqtype", "fileupload")
|
|
|
55 |
|
56 |
async def upload_to_catbox(dl_path: str) -> str:
|
57 |
base_url = "https://catbox.moe/user/api.php"
|
58 |
+
proxy_url = f"http://186.26.92.180:58339"
|
59 |
async with aiohttp.ClientSession() as session:
|
60 |
form_data = aiohttp.FormData()
|
61 |
form_data.add_field("reqtype", "fileupload")
|