Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 23, 2023
1 parent 738324f commit 7b73c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/skills/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ def __get_response(self):
self._activate()
utterances = []

sess = SessionManager.get()
sess = SessionManager.get(srcm)

def _handle_get_response(message):
nonlocal utterances
Expand Down

0 comments on commit 7b73c8b

Please sign in to comment.