Update modules/sqlite_local.py
This commit is contained in:
parent
6c922d3aa8
commit
b254b83f49
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue