WuYiPei 5 rokov pred
rodič
commit
e86817cb1e
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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: