We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fcf92 commit d275babCopy full SHA for d275bab
comiclib/scanner/30-importEHdb.py
@@ -69,7 +69,7 @@ def __init__(self) -> None:
69
if Path(db_path).exists():
70
self.con = sqlite3.connect(settings.importEHdb_database_URI, uri=True, check_same_thread=False)
71
# 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:
+ if self.con.execute("SELECT posted FROM gallery INDEXED BY gallery_posted ORDER BY posted DESC LIMIT 1").fetchone()[0] < 1736360728:
73
logger.warning("There is a new version of api_dump.sqlite, you can download it from https://sukebei.nyaa.si/user/gipaf23445")
74
# Build cache during the first run
75
if settings.importEHdb_matchtitle:
0 commit comments