Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EdLeckert authored Oct 1, 2024
1 parent 1c313a4 commit 2a57801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyopensprinkler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ async def request(self, path, params=None, raw_qs=None, refresh_on_update=None):
url = f"{self._baseUrl}{path}?{qs}"

content = await self._request_http(url)
_LOGGER.debug(content)

refresh = self._opts["auto_refresh_on_update"]["enabled"]
if self.refresh_on_update is not None:
Expand Down

0 comments on commit 2a57801

Please sign in to comment.