Explorar el Código

initialize the worker

Sven Czarnian hace 3 años
padre
commit
f4da74febd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      aman/AMAN.py

+ 1 - 1
aman/AMAN.py

@@ -76,7 +76,7 @@ class AMAN:
 
             # initialize the worker thread
             worker = Worker()
-            worker.acquire(icao, airportConfig, self.Weather, self.AircraftPerformance, self.WebUi)
+            worker.acquire(icao, airportConfig, self.Weather, self.AircraftPerformance, self.WebUi, self.Receiver)
             self.Workers.append(worker)
             print('Started worker for ' + icao)