add a status if the sequence is fixed

This commit is contained in:
Sven Czarnian
2021-11-11 14:13:21 +01:00
parent b498fe94d1
commit 094e0c627a

View File

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