From 4bf90457848c8a609fee8a39d50e20d9066309fa Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 5 Sep 2023 11:01:12 +0800 Subject: [PATCH] fix bug --- app/modules/wechat/wechat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/wechat/wechat.py b/app/modules/wechat/wechat.py index 8ab0225f..fa397669 100644 --- a/app/modules/wechat/wechat.py +++ b/app/modules/wechat/wechat.py @@ -328,7 +328,7 @@ class WeChat(metaclass=Singleton): "button": [ { "name": "操作", - "sub_button": [] + "sub_button": buttons } ] }