Explorar o código

add documentation

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
9b9746e9bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: