Skip to content

Commit da8e942

Browse files
committed
Merge remote-tracking branch 'origin/openai-edge-tts' into openai-edge-tts
2 parents 8b05492 + 87e4797 commit da8e942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wyoming_openai/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ async def write_event(self, event: Event) -> None:
493493
if self._event_counter == 1:
494494
_LOGGER.debug("Outgoing event type %s", event.type)
495495
elif self._event_counter == 2:
496-
_LOGGER.debug("Outgoing event type %s (subsequent audio chunks will be not be logged)", event.type)
496+
_LOGGER.debug("Outgoing event type %s (subsequent audio chunks will not be logged)", event.type)
497497
# Subsequent AudioChunk events are silenced
498498
else:
499499
_LOGGER.debug("Outgoing event type %s", event.type)

0 commit comments

Comments
 (0)