Skip to content

Commit

Permalink
no need to have self
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Nov 30, 2023
1 parent 1ae3745 commit 80c00d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/domoticzAbstractLayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,6 @@ def timeout_widget_api(self, Devices, DeviceId_, Unit_, timeout_value):
self.log.logging("Widget", "Debug", "timeout_widget DeviceId %s unit %s -> %s completed" % (DeviceId_, Unit_, bool(timeout_value)))


def domoticz_log_api(self, message):
def domoticz_log_api( message):

Domoticz.Log( message )

0 comments on commit 80c00d1

Please sign in to comment.