Fixed throttled providers badge not being updated when pressing the reset button.

This commit is contained in:
morpheus65535 2021-08-23 22:50:56 -04:00
parent 903f33e6b0
commit e0b988b20f
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ def update_throttled_provider():
del tp[provider]
set_throttled_providers(str(tp))
event_stream(type='badges')
event_stream(type='badges')
def list_throttled_providers():