use the weather model as well
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user