Commit 3aff14ed authored by Mario Chirinos's avatar Mario Chirinos

update

parent bc9ba866
......@@ -13,7 +13,7 @@ def getMinMax(clase):
data = json.load(json_file)
values = []
for k, v in data.items():
data.append(v[clase])
values.append(v[clase])
print(data)
#===============================================================================
def main(argv):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment