Skip to content

Commit

Permalink
Added set_energy to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
vshekar committed Apr 25, 2024
1 parent ed54139 commit 5ffca9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daq_main_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def setGovState(state):
unlatchGov,
backoffDetector,
enableMount,
robotOn
robotOn,
set_energy
]

whitelisted_functions: "Dict[str, Callable]" = {
Expand Down

0 comments on commit 5ffca9c

Please sign in to comment.