Skip to content

Commit

Permalink
Fixed throttled_providers.dat reset
Browse files Browse the repository at this point in the history
  • Loading branch information
reyemxela authored May 31, 2024
1 parent b7e6de7 commit 77302fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazarr/app/get_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def get_throttled_providers():
except Exception:
# set empty content in throttled_providers.dat
logging.error("Invalid content in throttled_providers.dat. Resetting")
set_throttled_providers(providers)
set_throttled_providers(str(providers))
finally:
return providers

Expand Down

0 comments on commit 77302fa

Please sign in to comment.