diff options
Diffstat (limited to 'Scripts/transcribe_v2.py')
| -rw-r--r-- | Scripts/transcribe_v2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Scripts/transcribe_v2.py b/Scripts/transcribe_v2.py index 2639697..87b88af 100644 --- a/Scripts/transcribe_v2.py +++ b/Scripts/transcribe_v2.py @@ -709,10 +709,10 @@ class OscPager: def page(self, text): if self.cfg["use_builtin"]: - osc_ctrl.pageMessageBuiltin(self.osc_state, text) + osc_ctrl.pageMessageBuiltin(self.cfg, self.osc_state, text) self.bumpSyncWindow(amount_s=1.5) else: - osc_ctrl.pageMessage(self.osc_state, text, EmotesState()) + osc_ctrl.pageMessage(self.cfg, self.osc_state, text, EmotesState()) self.bumpSyncWindow() def bumpSyncWindow(self, amount_s=osc_ctrl.SYNC_DELAY_S): |
