This commit is contained in:
parent
1c619acfe1
commit
375aae29d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue