Explorar el Código

버그 수정

2DU hace 9 años
padre
commit
0e5ebb52f1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      main.py

+ 3 - 0
main.py

@@ -444,6 +444,9 @@ def backlink(name = None, num = None):
     div = ''
     restart = 0
     
+    db_ex("delete from back where title = '" + db_pas(name) + "' and link = ''")
+    db_com()
+    
     db_ex("select * from back where title = '" + db_pas(name) + "' order by link asc")
     rows = db_get()
     if(rows):