This commit is contained in:
2024-09-20 15:03:08 +00:00
committed by GitHub
parent bfed2b67f6
commit eecca73b84

View File

@@ -325,7 +325,7 @@ impl PixivDownloaderSqlite {
t.execute(PUSH_TASK_DATA_TABLE, [])?;
}
if !tables.contains_key("tmp_cache") {
t.execute("TMP_CACHE_TABLE", [])?;
t.execute(TMP_CACHE_TABLE, [])?;
}
t.commit()?;
Ok(())