get the arrival routes

Tento commit je obsažen v:
Sven Czarnian
2021-09-03 23:06:26 +02:00
rodič fa38924936
revize 793d92ff83

Zobrazit soubor

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