소스 검색

add shall-should-may information to the sequence

Sven Czarnian 3 년 전
부모
커밋
f6736133a7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      aman/app.py

+ 3 - 1
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):