瀏覽代碼

use the weather model as well

Sven Czarnian 3 年之前
父節點
當前提交
530c9ea731
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()