Commit 2edfeae8 authored by lixiaofang's avatar lixiaofang

add

parent 45e7fb45
......@@ -17,6 +17,8 @@ def write_id_file():
data2.write(str(i.strip()))
data2.write("\n")
user_ids.append(int(i))
print(user_ids)
return user_ids
except:
......@@ -39,6 +41,7 @@ if __name__ == "__main__":
random.append(lenn[rand_num])
print(random)
for i in random:
time.sleep(random.randint(10, 50))
......
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