diff options
Diffstat (limited to 'Scripts/transcribe.py')
| -rw-r--r-- | Scripts/transcribe.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
