mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 07:42:32 +00:00
Fixed timeout while querying subdivx provider. #2633
This commit is contained in:
parent
f1f3850f9e
commit
cfa9004040
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class SubdivxSubtitlesProvider(Provider):
|
|||
|
||||
logger.debug("Query: %s", query)
|
||||
|
||||
response = self.session.post(search_link, data=payload)
|
||||
response = self.session.post(search_link, data=payload, timeout=30)
|
||||
|
||||
if response.status_code == 500:
|
||||
logger.debug(
|
||||
|
|
Loading…
Reference in a new issue