Wallet config debugging. More.
This commit is contained in:
parent
a60adedafd
commit
07134d26d7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue