This commit is contained in:
parent
500a3cab30
commit
d4f1f21916
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# IRCat module for local SQLite database (default)
|
# IRCat module for local SQLite database (default)
|
||||||
import sqlite3, os, traceback
|
import sqlite3, os, traceback
|
||||||
from cryptography import Fernet
|
from cryptography.fernet import Fernet
|
||||||
__ircat_type__ = "sql.provider" # The type of module
|
__ircat_type__ = "sql.provider" # The type of module
|
||||||
__ircat_requires__ = ["data-path", "fernet-key"] # The required config.yml entries.
|
__ircat_requires__ = ["data-path", "fernet-key"] # The required config.yml entries.
|
||||||
class broker:
|
class broker:
|
||||||
|
|
Loading…
Add table
Reference in a new issue