Explorar o código

initialize the worker

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
f4da74febd
Modificáronse 1 ficheiros con 1 adicións e 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)