Bypass lyrebird expired certificate... what's going on there?
This commit is contained in:
parent
902ce549f5
commit
6dd6bb8444
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class LyrebirdVoiceFetcher(VoiceFetcher):
|
|||
headers={"authorization": f"Bearer {self.config['token']}"},
|
||||
connect_timeout=self.config['connect_timeout'] if 'connect_timeout' in self.config else 15.0,
|
||||
request_timeout=self.config['request_timeout'] if 'request_timeout' in self.config else 18.,
|
||||
validate_cert=False,
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue