Issues 401 - Saying zero instead of oh
parent
451f0f5195
commit
63326a93c5
|
@ -85,7 +85,7 @@ class PairingSkill(MycroftSkill):
|
||||||
return device is not None
|
return device is not None
|
||||||
|
|
||||||
def speak_code(self):
|
def speak_code(self):
|
||||||
data = {"code": '. '.join(self.data.get("code"))}
|
data = {"code": '. '.join(self.data.get("code")).replace("0", "zero")}
|
||||||
self.speak_dialog("pairing.code", data)
|
self.speak_dialog("pairing.code", data)
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
|
Loading…
Reference in New Issue