From 34f73fd84bcae78b1b308e43b2eab4d0bcaa41ba Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 25 Feb 2025 17:02:36 +0800 Subject: [PATCH] fix: typo --- pkg/platform/sources/gewechat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/platform/sources/gewechat.py b/pkg/platform/sources/gewechat.py index c7478635..1b620243 100644 --- a/pkg/platform/sources/gewechat.py +++ b/pkg/platform/sources/gewechat.py @@ -86,7 +86,7 @@ class GewechatMessageConverter(adapter.MessageConverter): try: base64_str, image_format = await image.get_gewechat_image_base64( gewechat_url=self.config["gewechat_url"], - gewechat_file_url=self.config["gewechat_file_url"] + gewechat_file_url=self.config["gewechat_file_url"], app_id=self.config["app_id"], xml_content=image_xml, token=self.config["token"],