Commit c76897b3 authored by lixiaofang's avatar lixiaofang

add

parent 02f0c31a
......@@ -25,7 +25,7 @@ def get_data():
data = get_data()
file = open("user_id.txt","r")
file = open("user_id.txt","w")
for i in data.pop():
file.write(i)
......
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