Skip to content

Commit

Permalink
fix for some links not getting added to queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 6, 2024
1 parent b952738 commit bd4c3b6
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 (os.path.splitext(download.name))[1] and not download.total_length:
if not download.total_length:
await asyncio.sleep(2)
continue

Expand Down

0 comments on commit bd4c3b6

Please sign in to comment.