WuYiPei 5 年之前
父节点
当前提交
e86817cb1e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/UserController.py

+ 1 - 0
Controller/UserController.py

@@ -2486,6 +2486,7 @@ class Image_Code_RegisterView(TemplateView):
                     password = base64.b64decode(password)
                     password = password.decode('utf-8')
                     password = password[3:-3]
+            # print(password)
         except Exception as e:
             return response.json(111)
         else: