Replace call to pipeable.output with pipeable.stdout.
This commit is contained in:
parent
44271a56c4
commit
fd296fdbb0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def main(args):
|
|||
if line > 60:
|
||||
line = seconds_to_hms(line)
|
||||
|
||||
pipeable.output(f'{line}')
|
||||
pipeable.stdout(f'{line}')
|
||||
|
||||
if __name__ == '__main__':
|
||||
raise SystemExit(main(sys.argv[1:]))
|
||||
|
|
Loading…
Reference in a new issue