New LiveATC file with more and alphabetically ordered

This commit is contained in:
2021-01-06 21:06:19 -05:00
parent 109c51fe4b
commit fb80baeb18
3 changed files with 48545 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ def volume():
def command():
if request.method == 'POST':
json = request.get_json()
#output = os.popen("cd /usr/share/dump1090-mutability/html && "+json['command']).read()
output = os.popen(json['command']).read()
output = os.popen("cd /usr/share/dump1090-mutability/html && "+json['command']).read()
#output = os.popen(json['command']).read()
return str(output)