Skip to content

Commit

Permalink
datalog plugin: add super init to init method
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Jan 2, 2024
1 parent c0e5210 commit e84e748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class DataLog(SmartPlugin):
_buffer_lock = None

def __init__(self, smarthome, *args, **kwargs):
super().__init__()
self.path = self.get_parameter_value('path')
self.logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e84e748

Please sign in to comment.