update the report to get the latest information

This commit is contained in:
Sven Czarnian
2021-11-15 20:26:05 +01:00
parent cae904ee39
commit 0a51874006

View File

@@ -69,6 +69,7 @@ class RecedingHorizonControl:
self.AssignedWindow[inbound.Callsign][1] = 0 self.AssignedWindow[inbound.Callsign][1] = 0
plannedInbound = self.Windows[index].inbound(inbound.Callsign) plannedInbound = self.Windows[index].inbound(inbound.Callsign)
plannedInbound.Report = inbound.Report
plannedInbound.CurrentPosition = inbound.CurrentPosition plannedInbound.CurrentPosition = inbound.CurrentPosition
# ingore fixed updates # ingore fixed updates
if True == plannedInbound.FixedSequence or index < self.FreezedIndex: if True == plannedInbound.FixedSequence or index < self.FreezedIndex: