Explorar o código

버그 수정

2DU %!s(int64=9) %!d(string=hai) anos
pai
achega
7ebc94f8cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      start.py

+ 1 - 1
start.py

@@ -372,7 +372,7 @@ def 분류_추가(이름, 링크):
     DB_실행("select title from cat where title = '" + DB_인코딩(링크) + "' and cat = '" + DB_인코딩(이름) + "'")
     있나 = DB_가져오기()
     if(not 있나):
-        DB_실행("insert into cat (title, link) value ('" + DB_인코딩(링크) + "', '" + DB_인코딩(이름) + "')")
+        DB_실행("insert into cat (title, cat) value ('" + DB_인코딩(링크) + "', '" + DB_인코딩(이름) + "')")
         DB_갱신()
 
 def 나무마크(title, data):