From 6c922d3aa864912a6145b880b32b2a63bcc0abe0 Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 8 Jan 2025 22:13:43 -0800 Subject: [PATCH] Update modules/sqlite_local.py --- modules/sqlite_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sqlite_local.py b/modules/sqlite_local.py index 0740389..62027b9 100644 --- a/modules/sqlite_local.py +++ b/modules/sqlite_local.py @@ -2,7 +2,7 @@ import sqlite3 __ircat_type__ = "sql.provider" # The type of module __ircat_requires__ = ["data-path"] # The required config.yml entries. -class SQLiteDataBroker: +class broker: def __init__(self, data_path): if not os.path.isfile(data_path): print("Creating database file...")