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

This commit is contained in:
Nova Cat 2025-01-25 19:05:23 -08:00
parent 9aa8095734
commit 4a3ee0e6f0

View file

@ -1,6 +1,6 @@
import os, traceback
from cryptography.fernet import Fernet
from cloudflare import Cloudflare
from cloudflare import Cloudflare # Please make sure you install this module from pip, not package manager.
__ircat_type__ = "sql.provider" # The type of module
__ircat_requires__ = ["cf_accountid", "cf_apitoken", "cf_d1database", "fernet-key"] # The required config.yml entries.
class broker: