Commit 47a76e28 authored by lixiaofang's avatar lixiaofang

add

parent f5d8e0ec
...@@ -60,13 +60,13 @@ if __name__ == "__main__": ...@@ -60,13 +60,13 @@ if __name__ == "__main__":
comment_list = get_offline_comment() comment_list = get_offline_comment()
print(comment_list) logging.info("get comment_list:%s"%comment_list)
for i in range(rand_num): for i in range(rand_num):
cook = logins() cook = logins()
print(rand_num) logging.info("get comment_list:%s" % rand_num)
comment = comment_list[i] comment = comment_list[i]
......
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