get the arrival routes

Este commit está contenido en:
Sven Czarnian
2021-09-03 23:06:26 +02:00
padre fa38924936
commit 793d92ff83

Ver fichero

@@ -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