fix a wrong function call

This commit is contained in:
Sven Czarnian
2021-12-16 15:59:13 +01:00
parent ae96e5be6b
commit 1acec75d08

View File

@@ -141,4 +141,4 @@ class Colony:
else:
self.ResultDelay = self.FcfsDelay
for node in self.Nodes:
self.sequenceAndPredictInbound(node)
self.sequenceAndPredictInbound(rwyManager, node)