Преглед на файлове

긴급 부동호 수정 1

잉여개발기 (SPDV) преди 6 години
родител
ревизия
0a71038d49
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      route/list_please.py

+ 2 - 2
route/list_please.py

@@ -10,7 +10,7 @@ def list_please_2(conn):
         sql_num = 0
 
     curs.execute(db_change('select data from other where name = "count_all_title"'))
-    if int(curs.fetchall()[0][0]) < 30000:
+    if int(curs.fetchall()[0][0]) > 30000:
         return re_error('/error/25')
 
     div = '<ul>'
@@ -26,4 +26,4 @@ def list_please_2(conn):
         imp = [load_lang('need_document'), wiki_set(), custom(), other2([0, 0])],
         data = div,
         menu = [['other', load_lang('return')]]
-    ))
+    ))