Pārlūkot izejas kodu

add a status if the sequence is fixed

Sven Czarnian 3 gadi atpakaļ
vecāks
revīzija
094e0c627a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      aman/types/Inbound.py

+ 1 - 0
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()