File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugwise_usb/nodes/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -518,8 +518,8 @@ def _update_log_direction(
518518 or double slots containing consumption and production data.
519519 Single slots containing production data only is NOT supported/tested.
520520 """
521- prev_timestamp = self ._check_prev_production (self , address , slot , timestamp )
522- next_timestamp = self ._check_next_production (self , address , slot , timestamp )
521+ prev_timestamp = self ._check_prev_production (address , slot , timestamp )
522+ next_timestamp = self ._check_next_production (address , slot , timestamp )
523523 if self ._first_prev_log_processed and self ._first_next_log_processed :
524524 # _log_production is True when 2 out of 3 consecutive slots have
525525 # the same timestamp
You can’t perform that action at this time.
0 commit comments