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