Commit eea8bad4 authored by lixiaofang's avatar lixiaofang

add

parent f63f98b5
......@@ -37,7 +37,7 @@ if __name__ == "__main__":
randoms_id = []
for i in range(lenn % 2):
rand_num = random.randint(0, len(user_ids))
rand_num = random.randint(0, len(user_ids)-1)
randoms_id.append(user_ids[rand_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