We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4bc70 commit cd29677Copy full SHA for cd29677
app/plugins/py1337x/config.py
@@ -26,7 +26,7 @@ async def stats(Client, message):
26
async def proxy(Client, callback):
27
proxy = callback.data.split("_")[1]
28
29
- Client.py1337x = py1337x(proxy=proxy)
+ Client.py1337x = py1337x.Py1337x(base_url=f"https://www.{proxy}")
30
31
await Client.delete_messages(
32
chat_id=callback.message.chat.id,
app/plugins/py1337x/proxies.py
@@ -6,5 +6,6 @@
6
"x1337x.se",
7
"1337x.so",
8
"1337xx.to",
9
- "1377x.to"
+ "1377x.to",
10
+ "1337xx.to",
11
]
0 commit comments