mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 10:07:22 +00:00
Merge branch 'development' into hermes
This commit is contained in:
commit
8a1135565c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def time_until_end_of_day(dt=None):
|
|||
hours_until_end_of_day = time_until_end_of_day().seconds // 3600 + 1
|
||||
|
||||
VALID_THROTTLE_EXCEPTIONS = (TooManyRequests, DownloadLimitExceeded, ServiceUnavailable, APIThrottled,
|
||||
ParseResponseError)
|
||||
ParseResponseError, IPAddressBlocked)
|
||||
VALID_COUNT_EXCEPTIONS = ('TooManyRequests', 'ServiceUnavailable', 'APIThrottled')
|
||||
|
||||
PROVIDER_THROTTLE_MAP = {
|
||||
|
|
Loading…
Reference in a new issue