Skip to content

Commit 9927541

Browse files
authored
Update trackerslist.py
1 parent d349848 commit 9927541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trackerslist.py

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

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

3939
# 保存合并结果到文件
4040
output_file = "trackerslist.txt"

0 commit comments

Comments
 (0)