Working Itinerary Page

This commit is contained in:
2021-01-04 20:18:50 -05:00
parent 1ecc0f4ac1
commit 0c0631cd2f
10 changed files with 160825 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ 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()
return str(output)