Simon 4 years ago
parent df40d8227d
commit 1c803b57cb
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1895,7 +1895,7 @@ class routerHBP(HBSYSTEM):
for num in str(_int_dst_id):
_say.append(words[_lang][num])
if not self.STATUS[_slot]['_stopTgAnnounce']:
if _say:
speech = pkt_gen(bytes_3(5000), _nine, bytes_4(9), 1, _say)
#call speech in a thread as it contains sleep() and hence could block the reactor
reactor.callInThread(sendSpeech,self,speech)

Loading…
Cancel
Save

Powered by TurnKey Linux.