Explorar o código

공백 제거

ect (or 2du) %!s(int64=8) %!d(string=hai) anos
pai
achega
5b5362a378
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      app.py

+ 0 - 2
app.py

@@ -2202,8 +2202,6 @@ def user_check(name = None):
     if(admin_check(conn, 4, 'check (' + name + ')') != 1):
         return(re_error(conn, '/error/3'))
 
-    
-
     curs.execute("select acl from user where id = ? or id = ?", [name, request.query.plus or 'None-Data'])
     user = curs.fetchall()
     if(user and user[0][0] != 'user'):