Skip to content

Commit a277cc6

Browse files
committed
cleanup
1 parent b835203 commit a277cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openevsehttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def send_command(self, command: str) -> tuple | None:
6868
resp = value.json()
6969
return resp[0] == "OK", resp[1:]
7070

71-
def update(self, mode: str = "status") -> None:
71+
def update(self) -> None:
7272
"""Update the values."""
7373
urls = [f"{self._url}/status", f"{self._url}/config"]
7474

0 commit comments

Comments
 (0)