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()