ect (or 2du) 8 anni fa
parent
commit
05386e3d77
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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]