Update whisper_online.py
This commit is contained in:
parent
264b8a32c2
commit
7bca7a2b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ if __name__ == "__main__":
|
||||||
try:
|
try:
|
||||||
o = online.process_iter()
|
o = online.process_iter()
|
||||||
except AssertionError as e:
|
except AssertionError as e:
|
||||||
log.error(f"assertion error: {repr(e)}")
|
logger.error(f"assertion error: {repr(e)}")
|
||||||
else:
|
else:
|
||||||
output_transcript(o)
|
output_transcript(o)
|
||||||
now = None
|
now = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue