add the WebUI to the system

This commit is contained in:
Sven Czarnian
2021-11-11 12:57:54 +01:00
والد 7762cbf213
کامیت ec019d5006
2فایلهای تغییر یافته به همراه11 افزوده شده و 3 حذف شده

مشاهده پرونده

@@ -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)