Dominik Macháček 2024-05-02
forgot f in the last debug print
@4657465b2fe67c5ec026e4a3dd3a343aad3a7464
whisper_online.py
--- whisper_online.py
+++ whisper_online.py
@@ -492,7 +492,7 @@
         """
         o = self.transcript_buffer.complete()
         f = self.to_flush(o)
-        logger.debug("last, noncommited: {f}")
+        logger.debug(f"last, noncommited: {f}")
         return f
 
 
Add a comment
List