rename bootstrapSim, force acknowledgement in request

pull/36085/head
Trey Moen 2 months ago
parent 24457d4ded
commit 9fe5d589f5
  1. 3
      system/athena/athenad.py

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

Loading…
Cancel
Save