Jelajahi Sumber

use the weather model as well

Sven Czarnian 3 tahun lalu
induk
melakukan
530c9ea731
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      aman/sys/Worker.py

+ 1 - 1
aman/sys/Worker.py

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