Explorar el Código

status bug fix

bigeagle hace 10 años
padre
commit
7469cc7bf1
Se han modificado 1 ficheros con 1 adiciones y 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")