mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-18 23:16:44 +00:00
Update __init__.py
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user