Skip to content

Commit

Permalink
Transcript Groups and other stuff:
Browse files Browse the repository at this point in the history
- CMD/CTRL+G creates/updates group with selected segments
- SHIFT+G opens groups window
- transcript scrollbar

Signed-off-by: octimot <[email protected]>
  • Loading branch information
octimot committed Nov 18, 2022
1 parent 9121fb0 commit 01b2d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01b2d4c

Please sign in to comment.