mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +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,
|
||||
cookie TEXT,
|
||||
status TEXT,
|
||||
status TEXT
|
||||
);''')
|
||||
cursor.execute('INSERT IGNORE INTO public_cookies (cookie, status) VALUES (?,"OK");', (cookie,))
|
||||
conn.commit()
|
||||
|
Loading…
Reference in New Issue
Block a user