some changes

This commit is contained in:
Your Name
2021-01-24 03:52:56 +01:00
parent fe2353acb2
commit 78b29a1187
5 changed files with 112 additions and 19 deletions

1
dbs.py
View File

@@ -17,6 +17,7 @@ def create_table_if_not_exists(sqlite, dbname):
elif dbname == 'uris':
sqlite.execute("""CREATE TABLE IF NOT EXISTS uris (
url TEXT,
content_type TEXT,
check_time INT,
error INT,
stale_count INT,