Wallet config debugging. More.
This commit is contained in:
parent
9a36cf99bf
commit
cfba5d729d
|
@ -501,7 +501,7 @@ async def main(machine_specs):
|
||||||
await asyncio.sleep(60 if ever_pending_creation else 10)
|
await asyncio.sleep(60 if ever_pending_creation else 10)
|
||||||
ever_pending_creation = True
|
ever_pending_creation = True
|
||||||
last_used_config = None
|
last_used_config = None
|
||||||
elif "init_communication_token" in response_data and "private_communication_token":
|
elif "init_communication_token" in response_data and "private_communication_token" in response_data:
|
||||||
clore_hosting_sw_auth_str = f"{response_data['init_communication_token']}:{response_data['private_communication_token']}"
|
clore_hosting_sw_auth_str = f"{response_data['init_communication_token']}:{response_data['private_communication_token']}"
|
||||||
was_ok = verify_or_update_file(args.auth_file, clore_hosting_sw_auth_str)
|
was_ok = verify_or_update_file(args.auth_file, clore_hosting_sw_auth_str)
|
||||||
if was_ok:
|
if was_ok:
|
||||||
|
|
Loading…
Reference in New Issue