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