mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 00:37:49 +08:00
no log: fixed throttled providers count update of UI
This commit is contained in:
parent
cc42e7bc5c
commit
6a17a7fecd
1 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,8 @@ def provider_throttle(name, exception):
|
|||
logging.info("Throttling %s for %s, until %s, because of: %s. Exception info: %r", name,
|
||||
throttle_description, throttle_until.strftime("%y/%m/%d %H:%M"), cls_name, exception.args[0]
|
||||
if exception.args else None)
|
||||
update_throttled_provider()
|
||||
|
||||
update_throttled_provider()
|
||||
|
||||
|
||||
def throttled_count(name):
|
||||
|
|
Loading…
Reference in a new issue