merge json

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