From 4bda7bc81a1046bf4cc07d234f78449eea53a35c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 16 Dec 2025 21:11:40 +0800 Subject: [PATCH] bugfix --- unipay/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unipay/init.py b/unipay/init.py index 3af107e..1323e6a 100644 --- a/unipay/init.py +++ b/unipay/init.py @@ -13,7 +13,7 @@ CONF = { "mail": os.getenv("MAIL", ""), "password": os.getenv("PASSWORD", ""), "from_mail": os.getenv("FROM_MAIL", "") - } + }, "wechat": { "mchid": os.getenv("WXP_MCHID",""), "appid": os.getenv("WXP_APPID", ""),