From 9b9746e9bb99eb09ad71da1d9a8b1be889c0f97f Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Fri, 3 Dec 2021 11:51:04 +0100 Subject: [PATCH] add documentation --- aman/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aman/app.py b/aman/app.py index 374c25c..cbb3879 100644 --- a/aman/app.py +++ b/aman/app.py @@ -23,6 +23,7 @@ class RunwaySequencingEncoder(JSONEncoder): def default(self, o): return { 'runway' : o.Runway.Name, 'spacing' : o.Spacing } +# initialize the environment variables if 'AMAN_PATH' not in os.environ: os.environ['AMAN_PATH'] = 'C:\\Repositories\VATSIM\\AMAN\\aman-sys\\aman' if 'AMAN_CONFIG_PATH' not in os.environ: