Commit 0f0cdd6c authored by lixiaofang's avatar lixiaofang

add

parent 7b25106a
......@@ -66,9 +66,9 @@ if __name__ == "__main__":
user_id = get_star_user_id(numtime1)
if user_id:
try:
for j in user_id:
for j in user_id and user_id:
id = int(j[0])
......@@ -80,6 +80,8 @@ if __name__ == "__main__":
if cookies is not None:
follow(cookies, id)
except:
pass
except:
logging.error("catch exception,main:%s" % traceback.format_exc())
......@@ -6,7 +6,7 @@ import random
import traceback
from log_settings import *
import logging
from auto_request import login, time_conv, Urge
from auto_request import login, time_convs, Urge
from auto_request import host, user, db, passwd
......@@ -42,7 +42,7 @@ if __name__ == "__main__":
for i in time_list:
numtime1, numtime2 = time_conv(i + 1, i - 1)
numtime1, numtime2 = time_convs(i + 1,i-1)
user_id = get_star_useid(numtime1)
......
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