move recently added to routines

This commit is contained in:
cwilvx
2024-11-17 20:08:04 +03:00
parent 498d0688b0
commit 333fd6603f
14 changed files with 554 additions and 213 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ def date_string_to_time_passed(prev_date: str) -> str:
return timestamp_to_time_passed(then)
def seconds_to_time_string(seconds):
def seconds_to_time_string(seconds: int):
"""
Converts seconds to a time string. e.g. 1 hour 2 minutes, 1 hour 2 seconds, 1 hour, 1 minute 2 seconds, etc.
"""