Commit a8162e23 authored by lixiaofang's avatar lixiaofang

add

parent 7ea4b90e
......@@ -59,7 +59,7 @@ if __name__ == "__main__":
# time_list = [[0, 100000], [100000, 200000], [200000, 300000], [300000, 400000], [400000, 500000],
# [500000, 600000], [600000, 700000]]
time_list = [[5479364, 5479366],[5479366,5479369]]
time_list = [[5479364, 5479366], [5479366, 5479369]]
user_data = open("user_id.txt", "r")
......@@ -81,7 +81,7 @@ if __name__ == "__main__":
for i in range(rand_num):
num = random.randint(0, len(user_list))
num = random.randint(0, len(user_list)-1)
user_id = user_list[num]
......
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