remove a debug message
Этот коммит содержится в:
@@ -39,9 +39,6 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
@app.route('/aman/airports')
|
@app.route('/aman/airports')
|
||||||
def airports():
|
def airports():
|
||||||
# get the current version
|
|
||||||
print(version)
|
|
||||||
|
|
||||||
# get the airports
|
# get the airports
|
||||||
retval = []
|
retval = []
|
||||||
for airport in aman.Workers:
|
for airport in aman.Workers:
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user