1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-07 15:06: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': '-',
})
if status in ("syncing", "fail"):
if status in ("syncing", "fail", "pre-syncing"):
update_time = _m["last_update"]
elif status == "success":
update_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S")