diff --git a/transcribe_demo.py b/transcribe_demo.py index 9d370d2..6ea633c 100644 --- a/transcribe_demo.py +++ b/transcribe_demo.py @@ -128,7 +128,7 @@ def main(): print(line) # Flush stdout. print('', end='', flush=True) - + else: # Infinite loops are bad for processors, must sleep. sleep(0.25) except KeyboardInterrupt: