clore-rentals #1

Merged
clore merged 11 commits from clore-rentals into main 2025-09-09 12:10:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cfba5d729d - Show all commits

View File

@ -501,7 +501,7 @@ async def main(machine_specs):
await asyncio.sleep(60 if ever_pending_creation else 10)
ever_pending_creation = True
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']}"
was_ok = verify_or_update_file(args.auth_file, clore_hosting_sw_auth_str)
if was_ok: