ect (or 2du) 8 年之前
父節點
當前提交
05386e3d77
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]