Update modules/sqlite_local.py
This commit is contained in:
parent
e483cee7cf
commit
61198bd2a6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# IRCat module for local SQLite database (default)
|
||||
import sqlite3
|
||||
__ircat_type__ = "sql.provider" # The type of module
|
||||
__ircat_requires__ = [data_path] # The required config.yml entries.
|
||||
__ircat_requires__ = ["data_path"] # The required config.yml entries.
|
||||
class SQLiteDataBroker:
|
||||
def __init__(self):
|
||||
if not os.path.isfile(data_path):
|
||||
|
|
Loading…
Reference in a new issue