mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2025-03-31 23:35:32 +08:00
多写了一个逗号导致公共ck插入不了
This commit is contained in:
parent
aaa220f918
commit
8175622c37
@ -102,7 +102,7 @@ async def insert_public_cookie(cookie):
|
|||||||
(
|
(
|
||||||
no int IDENTITY(1,1) PRIMARY KEY,
|
no int IDENTITY(1,1) PRIMARY KEY,
|
||||||
cookie TEXT,
|
cookie TEXT,
|
||||||
status TEXT,
|
status TEXT
|
||||||
);''')
|
);''')
|
||||||
cursor.execute('INSERT IGNORE INTO public_cookies (cookie, status) VALUES (?,"OK");', (cookie,))
|
cursor.execute('INSERT IGNORE INTO public_cookies (cookie, status) VALUES (?,"OK");', (cookie,))
|
||||||
conn.commit()
|
conn.commit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user