Update mw.py

pull/816/head
dami 1 day ago
parent b3f693556c
commit b1e8b4eb11
  1. 4
      web/core/mw.py

@ -423,7 +423,9 @@ def md5(content):
return False
def hasPwd(password):
# 加密密码字符
'''
加密密码字符
'''
# python3 -c "import crypt"
# python3 -c 'import crypt; print(crypt.crypt(""))'
# import crypt

Loading…
Cancel
Save