Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance committed Jan 21, 2023
1 parent 7f62e1d commit 595b48f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mppsolar/libs/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def __init__(self, *args, **kwargs):

if self.type == "systemd":
try:
from cysystemd.daemon import Notification, notify, journal
from cysystemd.daemon import Notification, notify
from cysystemd import journal

self._notify = notify
self._journal = journal
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.13"
__version__ = "0.15.14"
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.13"
version = "0.15.14"
description = "Package to communicate with Solar inverters and BMSs"
authors = ["John Blance"]

Expand Down

0 comments on commit 595b48f

Please sign in to comment.