Commit aa9e737d authored by lixiaofang's avatar lixiaofang

add

parent 7411a8d9
......@@ -27,16 +27,10 @@ if __name__ == "__main__":
topic_id_list = 919337
if topic_id_list:
def fun_timer():
cookies = login()
if cookies:
click(cookies, id)
global timer
timer = threading.Timer(60, fun_timer)
timer.start()
......@@ -46,7 +40,6 @@ if __name__ == "__main__":
# timer = threading.Timer(5, fun_timer)
# timer.start()
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