Commit 183d9e36 authored by lixiaofang's avatar lixiaofang

add

parent 7ff740d5
......@@ -27,8 +27,8 @@ def get_data():
data = get_data()
file = open("user_id.txt")
for i in data:
file = open("user_id.txt","r")
for i in data.pop():
file.write(i)
file.write("\n")
......
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