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

always updated

Browse files
Files changed (1) hide show
  1. App/TTS/utils/Descript.py +2 -2
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
- if self.refresh_token == None:
135
- await self.load_existing_refresh_token()
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 = {