Skip to content

Commit

Permalink
update dl_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 6, 2024
1 parent 0694f28 commit 12265c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/workers/downloaders/dl_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def get_leech_name(url):
):
await asyncio.sleep(2)
continue
if not download.total_length and (not (ext := os.path.splitext(download.name)[1]) or "?" in ext)):
if not download.total_length and (not (ext := os.path.splitext(download.name)[1]) or "?" in ext):
await asyncio.sleep(2)
continue

Expand Down

0 comments on commit 12265c3

Please sign in to comment.