ect (or 2du) hace 8 años
padre
commit
05386e3d77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      func.py

+ 1 - 1
func.py

@@ -284,7 +284,7 @@ def custom(conn):
     if user_icon != 0:
         user_name = ip_check()
     else:
-        user_name = ''
+        user_name = '사용자'
 
     return ['', '', user_icon, user_head, email, user_name]