Skip to content

Commit

Permalink
no log: pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Sep 8, 2023
1 parent 3694254 commit af54c65
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 @@ -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()

Expand Down

0 comments on commit af54c65

Please sign in to comment.