next_retry_reached_server_limit should be set as global variable

This commit is contained in:
clore 2024-11-02 19:01:22 +01:00
parent f489b59473
commit afa6a1f84e
1 changed files with 1 additions and 0 deletions

View File

@ -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()