Commit a06c868a authored by lixiaofang's avatar lixiaofang

add

parent c18684a1
...@@ -37,9 +37,9 @@ if __name__ == "__main__": ...@@ -37,9 +37,9 @@ if __name__ == "__main__":
for i in user_id: for i in user_id:
cook = login() cook = login()
if cook is not None: if cook is not None:
click(cook, i[1]) click(cook, i[0])
comment = get_comment() comment = get_comment()
reply(cook, i[1], comment) reply(cook, i[0], comment)
except: except:
......
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