use the weather model as well

This commit is contained in:
Sven Czarnian
2021-11-13 10:00:54 +01:00
vanhempi 39dcd03458
commit 530c9ea731

Näytä tiedosto

@@ -143,6 +143,6 @@ class Worker(Thread):
# send the sequence to the GUI and Euroscope
sequence = self.RecedingHorizonControl.sequence()
self.WebUi.sendSequence(self.Icao, sequence)
self.Euroscope.sendSequence(self.Icao, sequence)
self.Euroscope.sendSequence(self.Icao, sequence, self.WeatherModel)
self.releaseLock()