Skip to content

Commit cc31e1a

Browse files
authored
Update config.py
1 parent cd29677 commit cc31e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/plugins/py1337x/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def stats(Client, message):
2626
async def proxy(Client, callback):
2727
proxy = callback.data.split("_")[1]
2828

29-
Client.py1337x = py1337x.Py1337x(base_url=f"https://www.{proxy}")
29+
Client.py1337x = py1337x.AsyncPy1337x(base_url=f"https://www.{proxy}")
3030

3131
await Client.delete_messages(
3232
chat_id=callback.message.chat.id,

0 commit comments

Comments
 (0)