Ver Fonte

버그 패치

2DU há 8 anos atrás
pai
commit
7423bbda29
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      func.py

+ 0 - 1
func.py

@@ -130,7 +130,6 @@ def include_check(name, data):
             data = curs.fetchall()
             if(data):
                 curs.execute("delete from back where link = ?", [back_p[0]])
-                curs.execute("delete from cat where cat = ?", [back_p[0]])
                 namumark(back_p[0], data[0][0], 1, 0, 0)
 
 def ip_pas(raw_ip):