From 9c04f11f32c742663b68a531df6a69bff05fe9a4 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 18 三月 2024 10:05:14 +0800 Subject: [PATCH] bug修改 --- log_module/log_export.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/log_module/log_export.py b/log_module/log_export.py index b42ce5b..8b5eac8 100644 --- a/log_module/log_export.py +++ b/log_module/log_export.py @@ -155,7 +155,7 @@ break if line.find("code={}".format(code)) < 0: continue - print(line) + # print(line) time_ = __get_log_time(line) if int("093000") > int(time_.replace(":", "")) or int(time_.replace(":", "")) > int("150000"): continue -- Gitblit v1.8.0