From 6a107545a82cceaff58b769690f410f25ef4de34 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 07 十一月 2023 15:55:53 +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 d1002e0..f96c681 100644
--- a/log_module/log_export.py
+++ b/log_module/log_export.py
@@ -165,7 +165,7 @@
                 index = str_[0:str_.find(" ")].strip()
                 # print("涔板叆鎵ц浣嶇疆锛�", index)
                 pos_list.append((1, int(index), ""))
-            elif line.find("瑙﹀彂鎾ゅ崟") > 0:
+            elif line.find("瑙﹀彂鎾ゅ崟锛屾挙鍗曚綅缃細") > 0:
                 str_ = line.split("瑙﹀彂鎾ゅ崟锛屾挙鍗曚綅缃細")[1].strip()
                 index = str_[0:str_.find(" ")].strip()
                 # print("鎾ゅ崟浣嶇疆锛�", index)

--
Gitblit v1.8.0