From f6736133a75f43760e8fdeb3fa4ccc00e4b60c74 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Wed, 22 Dec 2021 15:13:35 +0100 Subject: [PATCH] add shall-should-may information to the sequence --- aman/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aman/app.py b/aman/app.py index 92adce7..b625d72 100644 --- a/aman/app.py +++ b/aman/app.py @@ -33,7 +33,9 @@ class InboundEncoder(JSONEncoder): 'pta' : pta[0:delimiter], 'delay' : delta, 'wtc' : o.WTC, - 'iaf' : o.Report.initialApproachFix + 'iaf' : o.Report.initialApproachFix, + 'expectedrunway' : o.ExpectedRunway, + 'assignmentmode' : o.AssignmentMode } class RunwaySequencingEncoder(JSONEncoder):