Add db.commit() call to convert_bans.py script

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-07-25 16:01:35 -07:00
parent 47bb480b74
commit 532393c2c7

View File

@@ -127,3 +127,5 @@ for ban in bans:
""", """,
post, post,
) )
new_db.commit()