소스 검색

fix bug 3

2du 5 년 전
부모
커밋
8741ad4ef8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      route/give_user_ban.py

+ 1 - 1
route/give_user_ban.py

@@ -10,7 +10,7 @@ def give_user_ban_2(conn, name):
             return re_error('/ban')
     else:
     	if admin_check(1, None, ip) !=1:
-    	    return re_error('/error/4')
+    	    return re_error('/error/3')
 
     if flask.request.method == 'POST':
         end = flask.request.form.get('second', '0')