Stylish update

This commit is contained in:
Rafael Vargas
2022-01-08 17:07:02 -04:00
parent 13bc51fae7
commit ef2d7bb8fa
10 changed files with 228 additions and 180 deletions

View File

@@ -11,7 +11,7 @@ def is_connected(ctx):
return None
def format_time(duration):
def format_time(duration) -> str:
if not duration:
return "00:00"