Skip to content

Commit

Permalink
Log performing startup cal.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Mar 14, 2024
1 parent ee5aef6 commit 975d240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/initialization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def get_calibration(
if settings.STARTUP_CALIBRATION_ACTION is None:
logger.error("No STARTUP_CALIBRATION_ACTION set.")
else:
logger.debug("Performing startup calibration...")
cal_action = action_loader.actions[settings.STARTUP_CALIBRATION_ACTION]
cal_action(sensor=sensor_loader.sensor, schedule_entry=None, task_id=None)
else:
Expand Down

0 comments on commit 975d240

Please sign in to comment.