From b254b83f49f86f8bad2040fffe544b2fca63b1e2 Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 8 Jan 2025 22:13:54 -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 62027b9..5c52cc9 100644 --- a/modules/sqlite_local.py +++ b/modules/sqlite_local.py @@ -1,5 +1,5 @@ # IRCat module for local SQLite database (default) -import sqlite3 +import sqlite3, os __ircat_type__ = "sql.provider" # The type of module __ircat_requires__ = ["data-path"] # The required config.yml entries. class broker: