Commit 620d8de9 authored by lixiaofang's avatar lixiaofang

add

parent f38eb502
...@@ -31,8 +31,10 @@ if __name__ == "__main__": ...@@ -31,8 +31,10 @@ if __name__ == "__main__":
def fun_comment(): def fun_comment():
cookies = login() cookies = login()
if cookies: if cookies:
comment_content = get_comments() comment_content = get_comments()
comment = comment_content[0] comment = comment_content[exec_count]
logging.info("get comment:%s"%comment)
reply(cookies, id, comment) reply(cookies, id, comment)
global timer global timer
......
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