Skip to content

Commit

Permalink
Supressed CLIENTEVENT_AUDIOINPUT warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Mar 8, 2024
1 parent c849aac commit f0ddfce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teamtalk/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ async def _process_events(self) -> None: # noqa: C901
sdk.ClientEvent.CLIENTEVENT_CMD_PROCESSING,
sdk.ClientEvent.CLIENTEVENT_CMD_ERROR,
sdk.ClientEvent.CLIENTEVENT_CMD_SUCCESS,
sdk.ClientEvent.CLIENTEVENT_AUDIOINPUT,
):
_log.warning(f"Unhandled event: {event}")

Expand Down

0 comments on commit f0ddfce

Please sign in to comment.