We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9927541 commit 95beb7dCopy full SHA for 95beb7d
trackerslist.py
@@ -34,6 +34,7 @@ def merge_files(contents):
34
35
# 添加当前时间到合并结果的第一行,同时在第一行下方添加一个空行
36
current_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
37
+print(f"当前时间:{current_time}"
38
merged_content_with_time = f"更新时间: {current_time}\n\n{merged_content}"
39
40
# 保存合并结果到文件
0 commit comments