diff --git a/plugins/wechatforward/__init__.py b/plugins/wechatforward/__init__.py index 6b06bd8..90f05da 100644 --- a/plugins/wechatforward/__init__.py +++ b/plugins/wechatforward/__init__.py @@ -500,7 +500,7 @@ class WeChatForward(_PluginBase): }, { 'component': 'td', - 'text': f"{history.get('appid')}{history.get('remark')}" + 'text': f"{history.get('appid')}{history.get('remark') if history.get('remark') else ''}" }, { 'component': 'td',