From 01b2d4c00232e53faf97238eb30076b7b29de501 Mon Sep 17 00:00:00 2001 From: octimot Date: Fri, 18 Nov 2022 19:47:50 +0100 Subject: [PATCH] Transcript Groups and other stuff: - CMD/CTRL+G creates/updates group with selected segments - SHIFT+G opens groups window - transcript scrollbar Signed-off-by: octimot --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 778eb2d..466990f 100644 --- a/app.py +++ b/app.py @@ -8620,8 +8620,8 @@ def send_API_command(self, command): update_available = online_version # connect to the API - stAI.check_API_credentials() - stAI.connect_API() + # stAI.check_API_credentials() + # stAI.connect_API() # initialize operations object toolkit_ops_obj = ToolkitOps(stAI=stAI)