

Update whisper_online.py
@6e7458d73776c5696a0a9608ebffb75e2e4d4c3d
--- whisper_online.py
+++ whisper_online.py
... | ... | @@ -679,7 +679,7 @@ |
679 | 679 |
try: |
680 | 680 |
o = online.process_iter() |
681 | 681 |
except AssertionError as e: |
682 |
- log.error(f"assertion error: {repr(e)}") |
|
682 |
+ logger.error(f"assertion error: {repr(e)}") |
|
683 | 683 |
else: |
684 | 684 |
output_transcript(o) |
685 | 685 |
now = None |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?