From ae409caeda380f89e6314d8bcdcc41fabd42366a Mon Sep 17 00:00:00 2001 From: xAmarnath <75058759+xAmarnath@users.noreply.github.com> Date: Sun, 5 May 2024 15:12:17 +0530 Subject: [PATCH] mb --- modules/custdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/custdl.py b/modules/custdl.py index 93997fb..90929aa 100644 --- a/modules/custdl.py +++ b/modules/custdl.py @@ -285,7 +285,7 @@ async def download_x(e): await ms.edit(f"Downloaded {out_filename} in {time.time() - t:.2f} seconds.", buttons=[[Button.inline("Back", data=f"episode_{series_id}_{season_index}_{episode_index}_{category}_{season_index}_{episode_index}")], [Button.url("Index Link", f"{SERVIO_TEMP}")]]) - # await remove(f"{out_folder}/{out_filename}") + await remove(f"{out_folder}/{out_filename}") # move the file to downloads folder