From 793d92ff833701b07fde5ae798108a3fc1fb9db0 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Fri, 3 Sep 2021 23:06:26 +0200 Subject: [PATCH] get the arrival routes --- aman/sys/Worker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aman/sys/Worker.py b/aman/sys/Worker.py index 4af535b..78130ab 100644 --- a/aman/sys/Worker.py +++ b/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