diff --git a/voussoirkit/hms.py b/voussoirkit/hms.py index eff91a0..7011c0f 100644 --- a/voussoirkit/hms.py +++ b/voussoirkit/hms.py @@ -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)