This commit is contained in:
王庆刚
2025-01-02 18:23:16 +08:00
parent 7e13e0f5b4
commit 661489120b
5 changed files with 83 additions and 40 deletions

View File

@ -278,7 +278,8 @@ def read_tracking_output(filepath):
line = line.strip() # 去除行尾的换行符和可能的空白字符
if not line:
continue
continue
if line.find("gift")>0: continue
if line.endswith(','):
line = line[:-1]