From 3f35f439ec77b48f12f81582120a088fcd2cf991 Mon Sep 17 00:00:00 2001 From: thsrite Date: Fri, 3 May 2024 23:41:30 +0800 Subject: [PATCH] Update __init__.py --- plugins/wechatforward/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wechatforward/__init__.py b/plugins/wechatforward/__init__.py index 53cc279..f521f8a 100644 --- a/plugins/wechatforward/__init__.py +++ b/plugins/wechatforward/__init__.py @@ -888,7 +888,7 @@ class WeChatForward(_PluginBase): history = self.get_data('history') or [] history.append({ "appid": appid, - "remark": f"({self._wechat_token_pattern_confs.get(appid).get('remark')})" if self._wechat_token_pattern_confs.get(appid).get('remark') else "" + "remark": f"({self._wechat_token_pattern_confs.get(appid).get('remark')})" if self._wechat_token_pattern_confs.get(appid).get('remark') else "", "title": title, "text": text, "userid": userid,