mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix typo
This commit is contained in:
@@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user