Explorar el Código

use the weather model as well

Sven Czarnian hace 3 años
padre
commit
530c9ea731
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()