From 094e0c627ae32d5467875687fcfe8ea8cf458e5d Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 11 Nov 2021 14:13:21 +0100 Subject: [PATCH] add a status if the sequence is fixed --- aman/types/Inbound.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aman/types/Inbound.py b/aman/types/Inbound.py index cd55aff..775f3a5 100644 --- a/aman/types/Inbound.py +++ b/aman/types/Inbound.py @@ -39,6 +39,7 @@ class Inbound: self.PlannedStar = None self.ArrivalCandidates = {} self.WTC = None + self.FixedSequence = False # analyze the WTC wtc = report.aircraft.wtc.upper()