Commit b8640b68 authored by Mario Chirinos's avatar Mario Chirinos

update

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