Fix hms command line use.

master
voussoir 2022-01-11 19:39:55 -08:00
parent 8b4202fe87
commit 206e29d4bd
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def main(args):
for line in lines:
if ':' in line:
line = hms_to_seconds(line)
if 's' in line:
elif 's' in line:
line = hms_letters_to_seconds(line)
else:
line = float(line)