From 96ede6bdcb28d8d2a8d50146564cbbc67bacf23b Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 13 三月 2024 16:21:46 +0800
Subject: [PATCH] 板上买的条件调整

---
 log_module/async_log_util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/log_module/async_log_util.py b/log_module/async_log_util.py
index 87ff5b0..c021b94 100644
--- a/log_module/async_log_util.py
+++ b/log_module/async_log_util.py
@@ -94,7 +94,7 @@
             cmd = val[2]
             method = getattr(val[0], cmd)
             d = list(val[3])
-            d[0] = f"[{tool.to_time_str(int(time_s))}.{str(time_s).split('.')[1][:3]}] " + d[0]
+            d[0] = f"[{tool.to_time_str(int(time_s))}.{str(time_s).split('.')[1][:6]}] " + d[0]
             d = tuple(d)
             method(*d)
         except:

--
Gitblit v1.8.0