mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-31 07:26:47 +00:00
fix
This commit is contained in:
@@ -292,8 +292,8 @@ class WeChatForward(_PluginBase):
|
||||
extra_userid = extras[3]
|
||||
if re.search(extra_pattern, title):
|
||||
# 判断text的userId
|
||||
pattern = r"用户:\{(\d+)\}"
|
||||
result = re.search(pattern, text)
|
||||
userid_pattern = r"用户:\{(\d+)\}"
|
||||
result = re.search(userid_pattern, text)
|
||||
if not result:
|
||||
continue
|
||||
# 获取消息text中的用户
|
||||
|
||||
Reference in New Issue
Block a user