Skip to content

Commit

Permalink
important to avoid error path is invalid
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Sep 14, 2024
1 parent e48ee72 commit 7023b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/listeners/task_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def on_download_complete(self):
):
break
await sleep(1)

await sleep(2) # wait for qbitorrent or any other package to rearrange files and folders like removing !qB
async with task_dict_lock:
if (
self.same_dir
Expand Down

0 comments on commit 7023b6c

Please sign in to comment.