Merge pull request #135 from yubanmeiqin9048/main
This commit is contained in:
commit
15ab5ce70d
@ -133,7 +133,7 @@ class WebHook(_PluginBase):
|
|||||||
"""
|
"""
|
||||||
向第三方Webhook发送请求
|
向第三方Webhook发送请求
|
||||||
"""
|
"""
|
||||||
if not self._webhook_url:
|
if not self._enabled or not self._webhook_url:
|
||||||
return
|
return
|
||||||
|
|
||||||
def __to_dict(_event):
|
def __to_dict(_event):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user