瀏覽代碼

add a status if the sequence is fixed

Sven Czarnian 3 年之前
父節點
當前提交
094e0c627a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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()