Update modules/sqlite_local.py
All checks were successful
/ check (push) Successful in 13s

This commit is contained in:
Nova Cat 2025-01-21 19:01:09 -08:00
parent 500a3cab30
commit d4f1f21916

View file

@ -1,6 +1,6 @@
# IRCat module for local SQLite database (default)
import sqlite3, os, traceback
from cryptography import Fernet
from cryptography.fernet import Fernet
__ircat_type__ = "sql.provider" # The type of module
__ircat_requires__ = ["data-path", "fernet-key"] # The required config.yml entries.
class broker: