Explorar o código

status bug fix

bigeagle %!s(int64=10) %!d(string=hai) anos
pai
achega
7469cc7bf1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tunasync/status_manager.py

+ 1 - 1
tunasync/status_manager.py

@@ -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")