pull/36085/head
Trey Moen 4 days ago
parent 9fe5d589f5
commit 2ba75f2ed9
  1. 2
      system/athena/athenad.py

@ -573,7 +573,7 @@ def describeSim():
@dispatcher.add_method @dispatcher.add_method
def bootstrapSim(acknowledged: bool): def bootstrapSim(acknowledged: bool):
assert acknowledged, 'you must acknowledge the risks of this operation' assert acknowledged, 'you must acknowledge the operation to proceed'
HARDWARE.get_sim_lpa().bootstrap() HARDWARE.get_sim_lpa().bootstrap()

Loading…
Cancel
Save