From f833d952fb69991e258831c62d9516c8fb6f182a Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 9 Oct 2019 07:37:48 +0200 Subject: [PATCH] Small change for russian lang --- hugvey/voice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +