From 37fb421eff500cfa4f3254327140bb2b0038ef79 Mon Sep 17 00:00:00 2001 From: thsrite Date: Fri, 3 May 2024 23:53:54 +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 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',