Commit 956c7cec authored by lixiaofang's avatar lixiaofang

add

parent 80319015
......@@ -46,9 +46,9 @@ if __name__ == "__main__":
if time_list[i] != 11:
numtime1,numtime2 = time_convs(time_list[i] + 1, time_list[i] - 1)
numtime1, numtime2 = time_convs(time_list[i] + 1, time_list[i] - 1)
user_id = get_data(numtime1)
user_id = get_data(numtime1, numtime2)
follow_num = random.randint(1, 2)
......
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