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 5f47c1d commit a1dc7b0Copy full SHA for a1dc7b0
trackerslist.py
@@ -34,7 +34,7 @@ def merge_files(contents):
34
35
# 添加当前时间到合并结果的第一行,同时在第一行下方添加一个空行
36
current_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
37
-print("当前时间:" + {current_time})
+print("当前时间:" + current_time)
38
merged_content_with_time = f"更新时间: {current_time}\n\n{merged_content}"
39
40
# 保存合并结果到文件
0 commit comments