find another cookie
Browse files- 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):
|