Commit 423b3254 authored by lixiaofang's avatar lixiaofang

add

parent bdb455f9
......@@ -30,10 +30,10 @@ if __name__ == "__main__":
if topic_id_list:
def fun_timer():
cookies = login()
if cookies:
click(cookies, id)
click(cookies,topic_id_list)
global timer
timer = threading.Timer(1, fun_timer)
timer.start()
......
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