From 2ba75f2ed915d8e2cca686d7be1f8ec6713a7b14 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Thu, 4 Sep 2025 19:49:38 -0700 Subject: [PATCH] warn! --- system/athena/athenad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/athena/athenad.py b/system/athena/athenad.py index 430bfafe5f..f90cb26658 100755 --- a/system/athena/athenad.py +++ b/system/athena/athenad.py @@ -573,7 +573,7 @@ def describeSim(): @dispatcher.add_method 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()