Merge pull request #135 from yubanmeiqin9048/main

This commit is contained in:
jxxghp 2023-08-16 11:26:13 +08:00 committed by GitHub
commit 15ab5ce70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ class WebHook(_PluginBase):
"""
向第三方Webhook发送请求
"""
if not self._webhook_url:
if not self._enabled or not self._webhook_url:
return
def __to_dict(_event):