mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 07:54:19 +00:00
fix: typo
This commit is contained in:
@@ -86,7 +86,7 @@ class GewechatMessageConverter(adapter.MessageConverter):
|
|||||||
try:
|
try:
|
||||||
base64_str, image_format = await image.get_gewechat_image_base64(
|
base64_str, image_format = await image.get_gewechat_image_base64(
|
||||||
gewechat_url=self.config["gewechat_url"],
|
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"],
|
app_id=self.config["app_id"],
|
||||||
xml_content=image_xml,
|
xml_content=image_xml,
|
||||||
token=self.config["token"],
|
token=self.config["token"],
|
||||||
|
|||||||
Reference in New Issue
Block a user