Skip to content

Commit

Permalink
smlx plugin: fix missing shtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
bmxp committed Jan 28, 2024
1 parent c8fe266 commit 19df2f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smlx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
from lib.model.smartplugin import SmartPlugin
from lib.item import Items

from lib.shtime import Shtime
shtime = Shtime.get_instance()


from . import algorithms
from .webif import WebInterface

Expand Down

0 comments on commit 19df2f7

Please sign in to comment.