Formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user