Chris4K commited on
Commit
cdf6dfb
·
verified ·
1 Parent(s): b302716

Update api/audio.py

Browse files
Files changed (1) hide show
  1. api/audio.py +2 -2
api/audio.py CHANGED
@@ -336,8 +336,8 @@ class TTSManager:
336
  raise APIError(f"TTS Error: Unsupported TTS type: {self.config.tts.type}")
337
 
338
  print(url)
339
- print(header)
340
- print(json)
341
 
342
  response = requests.post(url, headers=headers, json=data)
343
 
 
336
  raise APIError(f"TTS Error: Unsupported TTS type: {self.config.tts.type}")
337
 
338
  print(url)
339
+ print(headers)
340
+ print(data)
341
 
342
  response = requests.post(url, headers=headers, json=data)
343