pull/105/head
Apex Liu 2018-05-05 01:04:49 +08:00
parent e7c657e132
commit 1014ce256a
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ def set_password(handler, user_id, password):
db = get_db()
operator = handler.get_current_user()
print('----------', operator)
# print('----------', operator)
# 1. get user info (user name)
s = SQL(db)