Skip to content

Commit

Permalink
trtrg
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent 252f23a commit ab932ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/custdl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from asyncio.subprocess import create_subprocess_shell, PIPE
from aiofiles.ospath import exists
from aiofiles.os import mkdir
import aiofiles
from aiohttp import ClientSession as Client
from ._handler import new_cmd, newCall, auth_only
from telethon import Button
Expand Down Expand Up @@ -78,6 +77,7 @@ async def get_embed(media_id: str, category: str, client: Client):


@new_cmd(pattern="series")
@auth_only
async def search_series_x(e):
try:
q = e.text.split(" ", 1)[1]
Expand Down

0 comments on commit ab932ef

Please sign in to comment.