Commit f5d74a00 authored by lixiaofang's avatar lixiaofang

add

parent a8162e23
......@@ -61,7 +61,7 @@ if __name__ == "__main__":
time_list = [[5479364, 5479366], [5479366, 5479369]]
user_data = open("user_id.txt", "r")
user_data = open("/srv/apps/cybertron/user_id.txt", "r")
user_list = []
......@@ -81,7 +81,7 @@ if __name__ == "__main__":
for i in range(rand_num):
num = random.randint(0, len(user_list)-1)
num = random.randint(0, len(user_list))
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