add the WebUI to the system
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user