Skip to content

Commit

Permalink
Update program.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EdLeckert authored Oct 1, 2024
1 parent 58f2178 commit 848ece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyopensprinkler/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def _set_variables(self, params=None):

async def _manual_run(self):
"""Run program"""
_LOGGER.debug("Program _manual_run")
_LOGGER.debug(f"Program _manual_run, index: {self._index}")
params = {"pid": self._index, "uwt": 0}
content = await self._controller.request("/mp", params)
return content["result"]
Expand Down

0 comments on commit 848ece3

Please sign in to comment.