|
@@ -6,7 +6,7 @@ import sqlite3
|
|
|
import time
|
|
|
|
|
|
# 链接数据库
|
|
|
-con = sqlite3.connect("tutorial.db")
|
|
|
+con = sqlite3.connect("轮回乐园.db")
|
|
|
cur = con.cursor()
|
|
|
|
|
|
|
|
@@ -43,7 +43,7 @@ def get_more_data(title):
|
|
|
|
|
|
|
|
|
# 链接数据库
|
|
|
-con = sqlite3.connect("tutorial.db")
|
|
|
+con = sqlite3.connect("轮回乐园.db")
|
|
|
cur = con.cursor()
|
|
|
|
|
|
|
|
@@ -67,6 +67,7 @@ def clear_data():
|
|
|
url = row[0]
|
|
|
title = row[1]
|
|
|
pt_next = row[2]
|
|
|
+ print(title);
|
|
|
if is_title_in_table(title):
|
|
|
all_row = get_more_data(title)
|
|
|
centent = ''
|