diff options
author | morpheus65535 <[email protected]> | 2023-09-08 17:09:12 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2023-09-08 17:09:12 -0400 |
commit | af54c65502082ba95268f438262fba44c4bd3f6b (patch) | |
tree | 1833a12047411f092a2b9eb446e05130979904b1 | |
parent | 3694254c79d29498bda53335fbf45c841ba3400d (diff) | |
download | bazarr-af54c65502082ba95268f438262fba44c4bd3f6b.tar.gz bazarr-af54c65502082ba95268f438262fba44c4bd3f6b.zip |
no log: pep8 fixv1.2.5-beta.24
-rw-r--r-- | bazarr/app/get_providers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bazarr/app/get_providers.py b/bazarr/app/get_providers.py index ad34027d0..98bd1365c 100644 --- a/bazarr/app/get_providers.py +++ b/bazarr/app/get_providers.py @@ -346,7 +346,7 @@ def provider_throttle(name, exception): throttle_description, throttle_until.strftime("%y/%m/%d %H:%M"), cls_name, exception.args[0] if exception.args else None) event_tracker.track_throttling(provider=name, exception_name=cls_name, exception_info=exception.args[0] - if exception.args else None) + if exception.args else None) update_throttled_provider() |