From 7bca7a2b8e45c7822d17b74aaa505d5e643ffeb6 Mon Sep 17 00:00:00 2001 From: wenli Date: Wed, 15 May 2024 23:49:24 +0800 Subject: [PATCH] Update whisper_online.py --- whisper_online.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper_online.py b/whisper_online.py index d0bd380..cf94fed 100644 --- a/whisper_online.py +++ b/whisper_online.py @@ -679,7 +679,7 @@ if __name__ == "__main__": 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