Skip to content

Commit

Permalink
Merge pull request #42 from forslund/bugfix/remove-emitter
Browse files Browse the repository at this point in the history
Remove usage of "emitter"
  • Loading branch information
krisgesling committed Mar 9, 2021
2 parents eface55 + b8f4b91 commit 3a51c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def CQS_match_query_phrase(self, utt):
return None
except HTTPError as e:
if e.response.status_code == 401:
self.emitter.emit(Message("mycroft.not.paired"))
self.bus.emit(Message("mycroft.not.paired"))
return True
except Exception as e:
self.log.exception(e)
Expand Down

0 comments on commit 3a51c2b

Please sign in to comment.