Kaynağa Gözat

프린트 제거

2DU 9 yıl önce
ebeveyn
işleme
0e148fdbe5
2 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 1
      app.py
  2. 0 1
      func.py

+ 0 - 1
app.py

@@ -1471,7 +1471,6 @@ def title_index():
     if(title_list):
         while(True):
             try:
-                print(i[0])
                 data += '<li>' + str(i[0] + 1) + '. <a href="/w/' + url_pas(title_list[i[0]]['title']) + '">' + title_list[i[0]]['title'] + '</a></li>'
 
                 if(re.search('^분류:', title_list[i[0]]['title'])):

+ 0 - 1
func.py

@@ -52,7 +52,6 @@ def admin_check(num, session):
     if(user):
         db_ex("select acl from alist where name = '" + db_pas(user[0]['acl']) + "'")
         adata = db_get()
-        print(adata)
         if(adata):
             i = 0
             while(True):