Run when whitelisted
This commit is contained in:
parent
5f2f5e2b59
commit
125370ab48
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ class CallbackModule(CallbackBase):
|
|||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_TYPE = 'notification'
|
||||
CALLBACK_NAME = 'logentries'
|
||||
CALLBACK_NEEDS_WHITELIST = True
|
||||
|
||||
def __init__(self):
|
||||
super(CallbackModule, self).__init__()
|
||||
|
|
Loading…
Reference in a new issue