Kaynağa Gözat

프린트 삭제

ect (or 2du) 8 yıl önce
ebeveyn
işleme
0c3c2dec08
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      func.py

+ 0 - 2
func.py

@@ -37,8 +37,6 @@ def captcha_get(conn):
 def captcha_post(test, conn, num = 1):
     curs = conn.cursor()
 
-    print('TEST')
-
     if(num == 1):
         if(custom(conn)[2] == 0 and captcha_get(conn) != ''):
             curs.execute('select data from other where name = "sec_re"')