Skip to content

Commit

Permalink
remove refresh throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer committed Nov 8, 2023
1 parent a50ed5f commit 52115af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blinkpy/blinkpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def __init__(
self.homescreen = {}
self.no_owls = no_owls

@util.Throttle(seconds=MIN_THROTTLE_TIME)
async def refresh(self, force=False, force_cache=False):
"""
Perform a system refresh.
Expand Down

0 comments on commit 52115af

Please sign in to comment.