Dominik Macháček
commited on
Commit
·
264b8a3
1
Parent(s):
b50f687
forgot f in the last debug print
Browse files- whisper_online.py +1 -1
whisper_online.py
CHANGED
|
@@ -492,7 +492,7 @@ class OnlineASRProcessor:
|
|
| 492 |
"""
|
| 493 |
o = self.transcript_buffer.complete()
|
| 494 |
f = self.to_flush(o)
|
| 495 |
-
logger.debug("last, noncommited: {f}")
|
| 496 |
return f
|
| 497 |
|
| 498 |
|
|
|
|
| 492 |
"""
|
| 493 |
o = self.transcript_buffer.complete()
|
| 494 |
f = self.to_flush(o)
|
| 495 |
+
logger.debug(f"last, noncommited: {f}")
|
| 496 |
return f
|
| 497 |
|
| 498 |
|