Commit 34accede authored by lixiaofang's avatar lixiaofang

add

parent 37857c8c
......@@ -62,6 +62,8 @@ if __name__ == "__main__":
for i in range(follow_num):
try:
for j in user_id and user_id:
id = int(j[0])
......@@ -72,6 +74,8 @@ if __name__ == "__main__":
if cookies is not None:
follow(cookies, id)
except:
pass
except:
logging.error("catch exception,main:%s" % traceback.format_exc())
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