Commit 53f6a977 authored by lixiaofang's avatar lixiaofang

add

parent 423b3254
......@@ -33,9 +33,8 @@ if __name__ == "__main__":
cookies = login()
if cookies:
click(cookies,topic_id_list)
global timer
timer = threading.Timer(1, fun_timer)
timer = threading.Timer(60, 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