Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 13, 2024
1 parent 1df3260 commit 039d385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,7 @@ def wait_while_speaking(self, timeout=15, session: Session = None):
sessid = session.session_id
event = Event()

# TODO - if not self.is_speaking(session): return
def handle_output_end(msg):
nonlocal sessid, event
sess = SessionManager.get(msg)
Expand Down

0 comments on commit 039d385

Please sign in to comment.