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: