mirror of
https://github.com/tuna/tunasync.git
synced 2025-07-12 03:28:51 +00:00
status bug fix
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user