Update SQL style in pull.py

SQL keywords are now lowercase, matching the rest of the program.

Previously: INSERT INTO ...
Now: insert into ...

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-07-29 20:35:18 -07:00
parent 84c886693f
commit e956dc460d

View File

@@ -134,8 +134,8 @@ async def pull():
db.execute( db.execute(
""" """
INSERT INTO bans (action, board, length, now, name, trip, com, time, sub, nsfw, thumb, ext, w, h, tn_w, tn_h, md5, fsize, filename, tim, thumb_path, reason) insert into bans (action, board, length, now, name, trip, com, time, sub, nsfw, thumb, ext, w, h, tn_w, tn_h, md5, fsize, filename, tim, thumb_path, reason)
VALUES ( values (
:action, :action,
:board, :board,
:length, :length,