Explorar el Código

버그 수정

2DU hace 8 años
padre
commit
1eae6108e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      func.py

+ 1 - 1
func.py

@@ -223,7 +223,7 @@ def custom():
     else:
         user_icon = 0
 
-    return(['', '', user_head, user_icon])
+    return(['', '', user_icon, user_head])
 
 def acl_check(name):
     ip = ip_check()