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: