Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent 73cbc56 commit 5206b03
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
Expand Up @@ -225,7 +225,7 @@ async def download_x(e):
await ms.edit("Merging subs...")
(await create_subprocess_shell(" ".join(ffmpeg_command))).wait()

os.remove(f"{out_folder}/{out_filename}")
# os.remove(f"{out_folder}/{out_filename}")

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}")])

Expand Down

0 comments on commit 5206b03

Please sign in to comment.