Mbonea commited on
Commit
864c31f
1 Parent(s): d7a34b0

find another cookie

Browse files
Files changed (1) hide show
  1. App/TTS/utils/Pi.py +1 -0
App/TTS/utils/Pi.py CHANGED
@@ -166,6 +166,7 @@ class PiAIClient:
166
  else:
167
  temp = await response.text()
168
  print(temp)
 
169
  return "Error: Unable to retrieve audio."
170
 
171
  async def say(self, text, voice=VoiceType.qdpi.value):
 
166
  else:
167
  temp = await response.text()
168
  print(temp)
169
+ self.cookie = None
170
  return "Error: Unable to retrieve audio."
171
 
172
  async def say(self, text, voice=VoiceType.qdpi.value):