Issues 54 - Displaying pairing code

- Ensuring displaying state is reset
pull/78/merge
Jonathan D'Orleans 2016-05-26 18:44:12 -04:00 committed by Jonathan D'Orleans
parent 27b1e2b22c
commit 57bb62a629
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class PairingSkill(MycroftSkill):
def handle_pairing_request(self, message):
if not self.client:
self.displaying = False
self.__emit_paired(False)
self.client = DevicePairingClient()
Thread(target=self.client.run).start()