From 2fa1ab8dd2ae6f9596ccd018ef5e8b812347dd8d Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 07 三月 2024 17:49:56 +0800 Subject: [PATCH] 精简L2过滤数据/快速成交守护时间修改 --- 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