forgot f in the last debug print

This commit is contained in:
Dominik Macháček
2024-05-02 10:32:53 +02:00
parent b50f68749b
commit 264b8a32c2

View File

@@ -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