Browse Source

use the weather model as well

Sven Czarnian 3 năm trước cách đây
mục cha
commit
530c9ea731
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()