Commit 7b25106a authored by lixiaofang's avatar lixiaofang

add

parent 64041ee5
......@@ -6,7 +6,7 @@ import random
import traceback
from log_settings import *
import logging
from auto_request import login, time_conv, follow, click
from auto_request import login, time_convs, follow, click
from auto_request import host, user, db, passwd
......@@ -43,7 +43,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_topic_id = get_star_user_id(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