

forgot f in the last debug print
@4657465b2fe67c5ec026e4a3dd3a343aad3a7464
--- whisper_online.py
+++ whisper_online.py
... | ... | @@ -492,7 +492,7 @@ |
492 | 492 |
""" |
493 | 493 |
o = self.transcript_buffer.complete() |
494 | 494 |
f = self.to_flush(o) |
495 |
- logger.debug("last, noncommited: {f}") |
|
495 |
+ logger.debug(f"last, noncommited: {f}") |
|
496 | 496 |
return f |
497 | 497 |
|
498 | 498 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?