Commit fdc5514e authored by lixiaofang's avatar lixiaofang

add

parent 3181b13d
......@@ -27,7 +27,7 @@ data = get_data()
file = open("user_id.txt","w")
for i in data.pop():
for i in data:
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