Merge pull request #2790 from forslund/bugfix/pairing-complete-mic-unmute
Unshadow Message class in _handle_pairing_completepull/2578/head
commit
c0dac56ace
|
@ -80,7 +80,7 @@ class EnclosureGeneric(Enclosure):
|
||||||
def speak(self, text):
|
def speak(self, text):
|
||||||
self.bus.emit(Message("speak", {'utterance': 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
|
Handler for 'mycroft.paired', unmutes the mic after the pairing is
|
||||||
complete.
|
complete.
|
||||||
|
|
Loading…
Reference in New Issue