Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2790 from forslund/bugfix/pairing-complete-mic-un…
Browse files Browse the repository at this point in the history
…mute

Unshadow Message class in _handle_pairing_complete
  • Loading branch information
krisgesling authored Jan 5, 2021
2 parents 81bd4f3 + 9d450b5 commit c0dac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycroft/client/enclosure/generic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def on_no_internet(self, event=None):
def speak(self, text):
self.bus.emit(Message("speak", {'utterance': text}))

def _handle_pairing_complete(self, Message):
def _handle_pairing_complete(self, _):
"""
Handler for 'mycroft.paired', unmutes the mic after the pairing is
complete.
Expand Down

0 comments on commit c0dac56

Please sign in to comment.