From cad8cd79e5ca7d5a1b312505b729df97e64d6241 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 09 四月 2024 13:09:08 +0800 Subject: [PATCH] bug修复 --- log_module/async_log_util.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/log_module/async_log_util.py b/log_module/async_log_util.py index 6640308..edf591f 100644 --- a/log_module/async_log_util.py +++ b/log_module/async_log_util.py @@ -41,6 +41,7 @@ print("run_sync", add_to_common_log) logger_system.info(f"run_sync 绾跨▼ID:{tool.get_thread_id()}") while True: + # val = self.__log_queue.get() try: val = self.__log_queue.get() if not add_to_common_log: -- Gitblit v1.8.0