rdp-studio commited on
Commit
6b715ef
1 Parent(s): cdbde12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def login_up_nft(info, u_verify, u_id, u_key, sid, cid, ava_image, log_into_publ
93
  if result:
94
  GLOBAL_STATE_SUCCESS = GLOBAL_STATE_SUCCESS + 1
95
  SUCCESS_UIDS.append({"uid": u_id, "time": now})
96
- return {verify: u_verify, uid: u_id, key: u_key, code_output: code + "\n" + "自本次更新/系统重启以来,已成功为用户设置 " + str(GLOBAL_STATE_SUCCESS) + " 次头像。感谢您使用此服务!"}
97
  else:
98
  return {verify: u_verify, uid: u_id, key: u_key, code_output: code}
99
  return {code_output: "请先上传头像和扫码登录"}
 
93
  if result:
94
  GLOBAL_STATE_SUCCESS = GLOBAL_STATE_SUCCESS + 1
95
  SUCCESS_UIDS.append({"uid": u_id, "time": now})
96
+ return {verify: u_verify, uid: u_id, key: u_key, code_output: code}
97
  else:
98
  return {verify: u_verify, uid: u_id, key: u_key, code_output: code}
99
  return {code_output: "请先上传头像和扫码登录"}