diff --git a/bin/core/ail_2_ail.py b/bin/core/ail_2_ail.py index be4f9ece..78e8c20b 100755 --- a/bin/core/ail_2_ail.py +++ b/bin/core/ail_2_ail.py @@ -264,7 +264,7 @@ def send_command_to_manager(command, client_id=-1, ail_uuid=None): def refresh_ail_instance_connection(ail_uuid): clients_id = get_client_id_by_ail_uuid(ail_uuid) if clients_id: - clients_id = clients_id[0] + client_id = clients_id[0] else: client_id = None launch_required = is_ail_instance_push_enabled(ail_uuid)