add the WebUI to the system

This commit is contained in:
Sven Czarnian
2021-11-11 12:57:54 +01:00
parent 7762cbf213
commit ec019d5006
2 changed files with 11 additions and 3 deletions

View File

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