wenli 2024-05-16
Update whisper_online.py
@6e7458d73776c5696a0a9608ebffb75e2e4d4c3d
whisper_online.py
--- whisper_online.py
+++ whisper_online.py
@@ -679,7 +679,7 @@
         try:
             o = online.process_iter()
         except AssertionError as e:
-            log.error(f"assertion error: {repr(e)}")
+            logger.error(f"assertion error: {repr(e)}")
         else:
             output_transcript(o)
         now = None
Add a comment
List