Commit 1ecada93 authored by lixiaofang's avatar lixiaofang

add

parent 31d64588
...@@ -34,7 +34,7 @@ def auto_user_id(): ...@@ -34,7 +34,7 @@ def auto_user_id():
try: try:
data = get_data() data = get_data()
print(data) print(data)
file = open("/srv/apps/physical/vest/data/user_id.txt", "w") file = open("/srv/apps/physical/vest/data/get_user_id.txt", "w")
if data: if data:
for i in data: for i in data:
......
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