Răsfoiți Sursa

프린트 삭제

ect (or 2du) 8 ani în urmă
părinte
comite
9e4a98643c
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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"')