Update __init__.py

This commit is contained in:
thsrite
2024-05-03 23:53:54 +08:00
committed by GitHub
parent f329a2044f
commit 37fb421eff

View File

@@ -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',