提交 52481a69 编写于 作者: A Ansgar

process_new.py: use correct column name

上级 8de9b493
......@@ -180,7 +180,7 @@ def print_new(upload, missing, indexed, session, file=sys.stdout):
print("\n")
print(Color("Author:", "yellow"), "%s" % note.author)
print(Color("Version:", "yellow"), "%s" % note.version)
print(Color("Timestamp:", "yellow"), "%s" % note.timestamp)
print(Color("Timestamp:", "yellow"), "%s" % note.notedate)
print("\n\n")
print(note.comment)
print("-" * 72)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册