mirror of
https://codeberg.org/Cyberpro123/AO3-DL.git
synced 2026-08-23 16:13:15 +00:00
missed a couple spots
This commit is contained in:
parent
7eab15cab9
commit
70af3d5b73
3 changed files with 3 additions and 3 deletions
|
|
@ -271,7 +271,7 @@ def addWork(
|
|||
commands.extend(
|
||||
(
|
||||
(
|
||||
"INSERT INTO series_meta(ID) VALUES (?) ON CONFLICT DO NOTHING",
|
||||
"INSERT INTO series_meta(id) VALUES (?) ON CONFLICT DO NOTHING",
|
||||
(series[0],),
|
||||
),
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue