From 7023b6c87519303fd0e5441d66feb931e2616319 Mon Sep 17 00:00:00 2001 From: anasty17 Date: Sat, 14 Sep 2024 03:11:11 +0300 Subject: [PATCH] important to avoid error path is invalid Signed-off-by: anasty17 --- bot/helper/listeners/task_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/helper/listeners/task_listener.py b/bot/helper/listeners/task_listener.py index a61dacd899e..fcc5e76ee28 100644 --- a/bot/helper/listeners/task_listener.py +++ b/bot/helper/listeners/task_listener.py @@ -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