From c0c53fc3f0aeb762d44ce43f123385b2c87869ca Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 1 Sep 2023 13:41:34 -0700 Subject: Fix reference to deprecated symbol --- Scripts/transcribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts') diff --git a/Scripts/transcribe.py b/Scripts/transcribe.py index 0eeb1de..a529ad2 100644 --- a/Scripts/transcribe.py +++ b/Scripts/transcribe.py @@ -681,7 +681,7 @@ def readControllerInput(audio_state): osc_ctrl.toggleBoard(audio_state.osc_state.client, True) osc_ctrl.lockWorld(audio_state.osc_state.client, False) osc_ctrl.ellipsis(audio_state.osc_state.client, True) - if audio_state.reset_on_toggle: + if audio_state.cfg["reset_on_toggle"]: if audio_state.cfg["enable_debug_mode"]: print("Toggle detected, dropping transcript (3)") audio_state.drop_transcription = True -- cgit v1.2.3