From afa6a1f84ec2bf1a4e97dbe6d1b2efd03451e98d Mon Sep 17 00:00:00 2001 From: clore Date: Sat, 2 Nov 2024 19:01:22 +0100 Subject: [PATCH] next_retry_reached_server_limit should be set as global variable --- clore_onboarding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clore_onboarding.py b/clore_onboarding.py index 5d42835..9575350 100644 --- a/clore_onboarding.py +++ b/clore_onboarding.py @@ -425,6 +425,7 @@ if args.write_linux_config: sys.exit(1) async def main(machine_specs): + global next_retry_reached_server_limit last_used_config = None ever_pending_creation = False machine_id = get_machine_id()