Skip to content

Commit

Permalink
one more Log to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Nov 30, 2023
1 parent 80c00d1 commit 3f01f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/domoMaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ def retrieve_data_from_current(self, Devices, DeviceID, Unit, _format):
if len(current_list_values) != nb_parameters:
current_list_values = ["0"] * nb_parameters

self.log.logging("Widget", "Log", f"retrieve_data_from_current - Nb Param: {nb_parameters} returning {current_list_values}")
self.log.logging("Widget", "Debug", f"retrieve_data_from_current - Nb Param: {nb_parameters} returning {current_list_values}")

return current_list_values

Expand Down

0 comments on commit 3f01f4d

Please sign in to comment.