Browse Source

add documentation

Sven Czarnian 3 years ago
parent
commit
9b9746e9bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      aman/app.py

+ 1 - 0
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: