From 4974f236a061ca60f094fe7cc9dc09e8b41c165c Mon Sep 17 00:00:00 2001 From: 5hojib Date: Wed, 1 Jan 2025 18:53:26 +0600 Subject: [PATCH] update common.py --- bot/helper/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/helper/common.py b/bot/helper/common.py index 6bb1632d1..8d16ad1a7 100644 --- a/bot/helper/common.py +++ b/bot/helper/common.py @@ -1465,7 +1465,6 @@ async def process_directory(directory, key): await run_metadata_cmd(self, cmd) self.subproc = None os.replace(temp_file, up_dir) - cpu_eater_lock.release() else: await process_directory(up_dir, key)