1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-08 15:36:47 +00:00

status bug fix

这个提交包含在:
bigeagle
2015-05-16 14:31:50 +08:00
父节点 2626102a5f
当前提交 7469cc7bf1

查看文件

@@ -61,7 +61,7 @@ class StatusManager(object):
'status': '-', 'status': '-',
}) })
if status in ("syncing", "fail"): if status in ("syncing", "fail", "pre-syncing"):
update_time = _m["last_update"] update_time = _m["last_update"]
elif status == "success": elif status == "success":
update_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S") update_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S")