always updated
Browse files
App/TTS/utils/Descript.py
CHANGED
@@ -131,8 +131,8 @@ class DescriptTTS:
|
|
131 |
|
132 |
async def refresh_access_token(self):
|
133 |
# Load the existing refresh token from Firebase
|
134 |
-
|
135 |
-
|
136 |
|
137 |
# Prepare the payload for token refresh
|
138 |
payload = {
|
|
|
131 |
|
132 |
async def refresh_access_token(self):
|
133 |
# Load the existing refresh token from Firebase
|
134 |
+
|
135 |
+
await self.load_existing_refresh_token()
|
136 |
|
137 |
# Prepare the payload for token refresh
|
138 |
payload = {
|