Skip to content

Commit d275bab

Browse files
committed
[importEHdb] update the recommend version of api_dump.sqlite
1 parent 69fcf92 commit d275bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comiclib/scanner/30-importEHdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self) -> None:
6969
if Path(db_path).exists():
7070
self.con = sqlite3.connect(settings.importEHdb_database_URI, uri=True, check_same_thread=False)
7171
# Check if the database is out of date
72-
if self.con.execute("SELECT posted FROM gallery INDEXED BY gallery_posted ORDER BY posted DESC LIMIT 1").fetchone()[0] < 1705903491:
72+
if self.con.execute("SELECT posted FROM gallery INDEXED BY gallery_posted ORDER BY posted DESC LIMIT 1").fetchone()[0] < 1736360728:
7373
logger.warning("There is a new version of api_dump.sqlite, you can download it from https://sukebei.nyaa.si/user/gipaf23445")
7474
# Build cache during the first run
7575
if settings.importEHdb_matchtitle:

0 commit comments

Comments
 (0)