fix webhook插件开关
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user