diff options
| author | yum <yum.food.vr@gmail.com> | 2023-09-01 13:41:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-09-01 13:41:34 -0700 |
| commit | c0c53fc3f0aeb762d44ce43f123385b2c87869ca (patch) | |
| tree | 602ecd3fd903c3a080419fb5ccbde308404aafbb /Scripts/transcribe.py | |
| parent | dc907e78cd43f759e25ac56055730f30367fb9ae (diff) | |
Fix reference to deprecated symbolv0.14.1
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 |
