Exemplo n.º 1
0
 def closed(self, reason):
     self.weatherStr = self.time + self.dingzhi + self.sk2d + self.liveStr
     print self.weatherStr
     voice = Voice()
     access_token = voice.getAccessToken()
     print access_token
     txt = self.weatherStr
     voiceFile = voice.text2audio(access_token,txt)
     voice.playVoice(voiceFile)