Browse Source

get the arrival routes

Sven Czarnian 3 năm trước cách đây
mục cha
commit
793d92ff83
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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