Skip to content

Commit

Permalink
influxdb plugin: add super().__init__()
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Oct 28, 2023
1 parent ed1ce48 commit 7446fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions influxdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class InfluxDB(SmartPlugin):
ALLOW_MULTIINSTANCE = False

def __init__(self, smarthome):
super().__init__()
self.logger = logging.getLogger(__name__)
self.logger.info('Init InfluxDB')

Expand Down

0 comments on commit 7446fb1

Please sign in to comment.