Formatting

This commit is contained in:
iamBadgers
2026-04-11 15:46:37 -07:00
parent c89a17c71f
commit 20e5f49274
3 changed files with 17 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ CREATE TABLE IF NOT EXISTS "game_keys" (
);
"""
def init_db(connection):
with SmartCursor(connection=connection) as smart_cursor:
smart_cursor.execute(_game_table_create)