Update __init__.py

This commit is contained in:
thsrite
2024-05-03 23:41:30 +08:00
committed by GitHub
parent d3cb01c57f
commit 3f35f439ec

View File

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