Skip to content

Commit

Permalink
Fix automatic transcription check pings going to the wrong channel
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed Jun 28, 2023
1 parent 41e8704 commit 8668575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubbles/commands/periodic/transcription_check_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,4 @@ def matches_filter(check: CheckData) -> bool:


def transcription_check_ping_callback() -> None:
transcription_check_ping(channel=rooms_list[TRANSCRIPTION_CHECK_CHANNEL])
transcription_check_ping(channel=rooms_list[TRANSCRIPTION_CHECK_PING_CHANNEL])

0 comments on commit 8668575

Please sign in to comment.