Merge pull request #1058 from pipecat-ai/mb/fix-trace-log

This commit is contained in:
Mark Backman
2025-01-21 20:44:50 -05:00
committed by GitHub

View File

@@ -186,7 +186,7 @@ class FrameProcessor:
self.__should_block_frames = True
async def resume_processing_frames(self):
logger.trace("f{self}: resuming frame processing")
logger.trace(f"{self}: resuming frame processing")
self.__input_event.set()
self.__should_block_frames = False