Wallet config debugging. More.

This commit is contained in:
empresa 2025-09-09 22:13:52 +07:00
parent a60adedafd
commit 07134d26d7
1 changed files with 2 additions and 0 deletions

View File

@ -439,6 +439,7 @@ if args.write_linux_config:
sys.exit(1)
async def main(machine_specs):
logger.info("Started onboarding")
global next_retry_reached_server_limit
last_used_config = None
ever_pending_creation = False
@ -457,6 +458,7 @@ async def main(machine_specs):
oc_config = {}
while True:
try:
logger.info("Looping")
if args.mode == "linux":
clore_config = await async_read_file(clore_conf_path)
clore_config = json.loads(clore_config)