merge json

parent 85bf2a6a
...@@ -15,7 +15,7 @@ def main(argv): ...@@ -15,7 +15,7 @@ def main(argv):
jsonList = list() jsonList = list()
for f in dirList: for f in dirList:
print(f) print(f)
jsonFilee=open(argv[1]+jsonFile).read() jsonFile=open(argv[1]+jsonFile).read()
# jsonFile['date'] = } # jsonFile['date'] = }
# append(jsonFile) # 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