Skip to content

Commit

Permalink
dfv
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent ea3e79c commit 2680be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/custdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ async def download_x(e):
)

await proc.communicate()
await proc.wait()
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 2680be4

Please sign in to comment.