فهرست منبع

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