Skip to content

Commit edc4732

Browse files
committed
Use official site
1 parent 8b2edbe commit edc4732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žapp/plugins/functions/keyboards.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def categories(self, query):
6363
"apps": "πŸ–₯️ Apps",
6464
"anime": "🎎 Anime",
6565
"documentaries": "πŸŽ₯ Documentaries",
66-
"xxx": "πŸ“¦ Other",
66+
"xxx": "πŸ”ž Other",
6767
}
6868

6969
# Truncate query to the max safe length to avoid hitting Telegram's limit

β€Žapp/torrenthunt.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
Client.keyboard = KeyBoard(bot)
5656
Client.language = Lang("langs/string.json", "langs/lang.json")
5757
Client.requests = Requests()
58-
Client.py1337x = AsyncPy1337x(base_url="https://www.1377x.to")
58+
Client.py1337x = AsyncPy1337x()
5959
Client.struct = Schema(bot)
6060
filters.custom = Filter(bot)
6161
Client.explicit_detector = ExplicitDetector()

0 commit comments

Comments
Β (0)