Skip to content

Commit 95beb7d

Browse files
authored
Update trackerslist.py
1 parent 9927541 commit 95beb7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trackerslist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def merge_files(contents):
3434

3535
# 添加当前时间到合并结果的第一行,同时在第一行下方添加一个空行
3636
current_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
37+
print(f"当前时间:{current_time}"
3738
merged_content_with_time = f"更新时间: {current_time}\n\n{merged_content}"
3839

3940
# 保存合并结果到文件

0 commit comments

Comments
 (0)