mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 05:51:10 +00:00
Fixed throttled_providers.dat reset
This commit is contained in:
parent
b7e6de71ff
commit
77302fad21
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ def get_throttled_providers():
|
||||||
except Exception:
|
except Exception:
|
||||||
# set empty content in throttled_providers.dat
|
# set empty content in throttled_providers.dat
|
||||||
logging.error("Invalid content in throttled_providers.dat. Resetting")
|
logging.error("Invalid content in throttled_providers.dat. Resetting")
|
||||||
set_throttled_providers(providers)
|
set_throttled_providers(str(providers))
|
||||||
finally:
|
finally:
|
||||||
return providers
|
return providers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue