浏览代码

get the arrival routes

Sven Czarnian 3 年之前
父节点
当前提交
793d92ff83
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      aman/sys/Worker.py

+ 1 - 0
aman/sys/Worker.py

@@ -12,6 +12,7 @@ class Worker(threading.Thread):
         self.stopThread = None
         self.icao = icao
         self.configuration = configuration
+        self.arrivalRoutes = configuration.gngData.arrivalRoutes
 
     def stop(self):
         self.stopThread = True