Procházet zdrojové kódy

get the arrival routes

Sven Czarnian před 3 roky
rodič
revize
793d92ff83
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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