瀏覽代碼

store the airport's ICAO code

Sven Czarnian 3 年之前
父節點
當前提交
52d0373ebb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      aman/config/AirportSequencing.py

+ 1 - 0
aman/config/AirportSequencing.py

@@ -4,6 +4,7 @@ from aman.config.RunwaySequencing import RunwaySequencing
 
 class AirportSequencing:
     def __init__(self, icao : str):
+        self.Airport = icao
         self.ActiveArrivalRunways = []
         self.RunwayDependencies = []