mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
Update whisper_online.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user