Ver Fonte

fix bug

2du há 4 anos atrás
pai
commit
72d978ae5b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      route/tool/func.py

+ 1 - 1
route/tool/func.py

@@ -2179,7 +2179,7 @@ def re_error(data):
             curs.execute(db_change("select data from other where name = 'password_min_length'"))
             db_data = curs.fetchall()
             if db_data and db_data[0][0] != '':
-                password_min_length = int(number_check(db_data[0][0]))
+                password_min_length = db_data[0][0]
             else:
                 password_min_length = ''