merge json

parent b74ae004
......@@ -15,7 +15,7 @@ def main(argv):
jsonList = list()
for f in dirList:
print(f)
jsonFile=json.load()open(argv[1]+f).read())
jsonFile=json.load(open(argv[1]+f).read())
jsonFile['date'] = f[:f.find("_")]
# append(jsonFile)
......
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