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: