Przeglądaj źródła

get the arrival routes

Sven Czarnian 3 lat temu
rodzic
commit
793d92ff83
1 zmienionych plików z 1 dodań i 0 usunięć
  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