diff --git a/hugvey/voice.py b/hugvey/voice.py index 5588fe6..95c7aaf 100644 --- a/hugvey/voice.py +++ b/hugvey/voice.py @@ -159,7 +159,7 @@ class MSVoiceFetcher(VoiceFetcher): 'Authorization': 'Bearer ' + await self.getToken(), 'Content-Type': 'application/ssml+xml', 'X-Microsoft-OutputFormat': 'riff-24khz-16bit-mono-pcm', -# 'User-Agent': 'YOUR_RESOURCE_NAME' + 'User-Agent': 'YOUR_RESOURCE_NAME' } body = f""" @@ -187,4 +187,4 @@ class MSVoiceFetcher(VoiceFetcher): return response.body - \ No newline at end of file +