Commit 51a1edec authored by lixiaofang's avatar lixiaofang

add

parent 582cd130
...@@ -63,7 +63,7 @@ if __name__ == "__main__": ...@@ -63,7 +63,7 @@ if __name__ == "__main__":
dicts[i[0]].append(i[1]) dicts[i[0]].append(i[1])
logging.info("get dicts:%s"%dicts) logging.info("get dicts:%s"%dicts)
comment = get_comment() comment = get_comment()
for key, value in dicts.items(): for key, value in dicts.items():
......
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