forgot f in the last debug print
This commit is contained in:
parent
b50f68749b
commit
264b8a32c2
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ class OnlineASRProcessor:
|
|||
"""
|
||||
o = self.transcript_buffer.complete()
|
||||
f = self.to_flush(o)
|
||||
logger.debug("last, noncommited: {f}")
|
||||
logger.debug(f"last, noncommited: {f}")
|
||||
return f
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue