From c3454cb0dedd0c5da09aef3a3e3d1b64d387583e Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 08 五月 2024 17:58:45 +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