Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance committed Jan 22, 2023
1 parent 1b7bb3b commit 425798c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mppsolar/libs/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def initialize(self, *args, **kwargs):
self._notify(self._Notification.READY)
self._lastNotify = time()

def watchog(self, *args, **kwargs):
def watchdog(self, *args, **kwargs):
elapsed = time() - self._lastNotify
if (elapsed) > self.keepalive:
self._notify(self._Notification.WATCHDOG)
Expand Down
2 changes: 1 addition & 1 deletion mppsolar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.19"
__version__ = "0.15.20"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mppsolar"
version = "0.15.19"
version = "0.15.20"
description = "Package to communicate with Solar inverters and BMSs"
authors = ["John Blance"]

Expand Down

0 comments on commit 425798c

Please sign in to comment.