mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-24 23:16:44 +00:00
fix bug
This commit is contained in:
@@ -244,7 +244,7 @@ class WeChatForward(_PluginBase):
|
||||
continue
|
||||
|
||||
# 忽略userid正则表达式
|
||||
if re.search(self._ignore_userid, title):
|
||||
if self._ignore_userid and re.search(self._ignore_userid, title):
|
||||
userid = None
|
||||
|
||||
# 发送消息
|
||||
|
||||
Reference in New Issue
Block a user