20240102
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user