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,