From 5992db6b84f3a854e045fb81b1cb6b48c0e9a72d Mon Sep 17 00:00:00 2001 From: Hemanta Pokharel <58947310+hemantapkh@users.noreply.github.com> Date: Sun, 12 May 2024 19:41:09 +0545 Subject: [PATCH] Use default proxy --- app/torrenthunt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/torrenthunt.py b/app/torrenthunt.py index 1aa047d..4ac6a4f 100755 --- a/app/torrenthunt.py +++ b/app/torrenthunt.py @@ -63,7 +63,7 @@ Client.keyboard = KeyBoard(bot) Client.language = Lang("langs/string.json", "langs/lang.json") Client.requests = Requests() -Client.py1337x = py1337x(proxy="1337x.to") +Client.py1337x = py1337x() Client.struct = Schema(bot) filters.custom = Filter(bot) Client.explicit_detector = ExplicitDetector()