Commit bc9ba866 authored by Mario Chirinos's avatar Mario Chirinos

update

parent b8640b68
...@@ -12,7 +12,7 @@ def getMinMax(clase): ...@@ -12,7 +12,7 @@ def getMinMax(clase):
with open(os.getcwd()+"/"+item+"/scl_data.json") as json_file: with open(os.getcwd()+"/"+item+"/scl_data.json") as json_file:
data = json.load(json_file) data = json.load(json_file)
values = [] values = []
for k, v in data: for k, v in data.items():
data.append(v[clase]) data.append(v[clase])
print(data) print(data)
#=============================================================================== #===============================================================================
......
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