add a status if the sequence is fixed
This commit is contained in:
@@ -39,6 +39,7 @@ class Inbound:
|
|||||||
self.PlannedStar = None
|
self.PlannedStar = None
|
||||||
self.ArrivalCandidates = {}
|
self.ArrivalCandidates = {}
|
||||||
self.WTC = None
|
self.WTC = None
|
||||||
|
self.FixedSequence = False
|
||||||
|
|
||||||
# analyze the WTC
|
# analyze the WTC
|
||||||
wtc = report.aircraft.wtc.upper()
|
wtc = report.aircraft.wtc.upper()
|
||||||
|
|||||||
Reference in New Issue
Block a user