From 375aae29d1d30d5e2afb43426e478bae0c70a82d Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 25 Jan 2025 18:46:45 -0800 Subject: [PATCH] Update modules/cfd1.py --- modules/cfd1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cfd1.py b/modules/cfd1.py index ef81f5f..7f65d1d 100644 --- a/modules/cfd1.py +++ b/modules/cfd1.py @@ -4,7 +4,7 @@ from cloudflare import Cloudflare __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: - def __init__(self, cf_accountid:str, cf_apitoken:str, cf_d1database:str): + def __init__(self, cf_accountid:str, cf_apitoken:str, cf_d1database:str, fernet_key:str): self.account_id = cf_accountid self.api_token = cf_apitoken self.database = cf_d1database