1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

massive overhaul

This commit is contained in:
Matt Love
2019-07-29 22:13:11 -07:00
parent 4bc56895a9
commit 3f7988910d
31 changed files with 860 additions and 2817 deletions

View File

@@ -198,7 +198,7 @@ class Execute:
def __init__(self, lg_data):
self.input_data = lg_data
self.input_location = self.input_data["location"]
self.input_type = self.input_data["type"]
self.input_type = self.input_data["query_type"]
self.input_target = self.input_data["target"]
def parse(self, raw_output, nos):