Working Itinerary Page
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user