From 4a3ee0e6f0dc7d58ca50d96c98357471931256a5 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 25 Jan 2025 19:05:23 -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 0d5c532..2c5625f 100644 --- a/modules/cfd1.py +++ b/modules/cfd1.py @@ -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: