next_retry_reached_server_limit should be set as global variable
This commit is contained in:
parent
f489b59473
commit
afa6a1f84e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue