Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 29, 2024
1 parent c84b12f commit 4564041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ def LoadDeviceList(self):
if self.pluginconf.pluginConf["useDomoticzDatabase"]:
ListOfDevices_from_Domoticz, saving_time = _read_DeviceList_Domoticz(self)

self.log.logging( "Database", "Debug", "Database from Domoticz is recent: %s Loading from Domoticz Db" %
is_domoticz_recent(self, saving_time, _DeviceListFileName) )
self.log.logging( "Database", "Debug", "Database from Domoticz is recent: %s Loading from Domoticz Db" % is_domoticz_recent(self, saving_time, _DeviceListFileName) )
res = "Success"

if os.path.isfile(_DeviceListFileName):
Expand Down

0 comments on commit 4564041

Please sign in to comment.