merge json

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