Skip to content

Commit 01b2d4c

Browse files
committed
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 <octavian@mots.us>
1 parent 9121fb0 commit 01b2d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8620,8 +8620,8 @@ def send_API_command(self, command):
86208620
update_available = online_version
86218621

86228622
# connect to the API
8623-
stAI.check_API_credentials()
8624-
stAI.connect_API()
8623+
# stAI.check_API_credentials()
8624+
# stAI.connect_API()
86258625

86268626
# initialize operations object
86278627
toolkit_ops_obj = ToolkitOps(stAI=stAI)

0 commit comments

Comments
 (0)