Skip to content

Commit

Permalink
fix daemon message
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance committed Jan 22, 2023
1 parent 9fcb405 commit f74b094
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 @@ -50,7 +50,7 @@ def __init__(self, *args, **kwargs):
self._notify = self._dummyNotify
self._journal = self._dummyNotify
self._Notification = dummyNotification
self._notify(f"got daemon type: {self.type}, keepalive: {self.keepalive}")
self.notify(f"got daemon type: {self.type}, keepalive: {self.keepalive}")

def initialize(self, *args, **kwargs):
# Send READY=1
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.20"
__version__ = "0.15.21"
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.20"
version = "0.15.21"
description = "Package to communicate with Solar inverters and BMSs"
authors = ["John Blance"]

Expand Down

0 comments on commit f74b094

Please sign in to comment.