Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 27, 2023
1 parent d600fa5 commit 5bd13db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ovos_bus_client/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def on_default_session_update(self, message):
new_session = message.data["session_data"]
sess = Session.deserialize(new_session)
SessionManager.update(sess, make_default=True)
LOG.debug("synced default_session")

def emit(self, message: Message):
"""
Expand Down

0 comments on commit 5bd13db

Please sign in to comment.