Explorar el Código

get the arrival routes

Sven Czarnian hace 3 años
padre
commit
793d92ff83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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