Skip to content

Commit

Permalink
request (Danielhiversen#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Nov 6, 2021
1 parent 4d21051 commit 008ab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mill_local/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def get_control_status(self):
"""Get heater status."""
return await self._request("control-status")

async def _request(self, command, retry=3):
async def _request(self, command):
try:
with async_timeout.timeout(self._timeout):
async with self.websession.get(
Expand Down

0 comments on commit 008ab60

Please sign in to comment.