Commit 59857a06 authored by lixiaofang's avatar lixiaofang

add

parent 44358ec4
...@@ -30,11 +30,11 @@ if __name__ == "__main__": ...@@ -30,11 +30,11 @@ if __name__ == "__main__":
if topic_id_list: if topic_id_list:
def fun_timer(): def fun_timer():
exec_count = 0
cookies = login() cookies = login()
if cookies: if cookies:
click(cookies, topic_id_list) click(cookies, topic_id_list)
global timer global timer
global exec_count
exec_count += 1 exec_count += 1
if exec_count == 1: if exec_count == 1:
print("---1-----") print("---1-----")
......
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