fix folder tracks being None

This commit is contained in:
geoffrey45
2022-06-08 14:24:26 +03:00
parent 7b41d91b83
commit 84bf467d9f
7 changed files with 16 additions and 17 deletions
-1
View File
@@ -14,7 +14,6 @@ def date_string_to_time_passed(prev_date: str) -> str:
diff = now - then
days = diff.days
print(days)
if days < 0:
return "in the future"