mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 23:07:36 +08:00
no log: pep8 fix
This commit is contained in:
parent
3694254c79
commit
af54c65502
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue