Update plugins/callback/job_status.py
This commit is contained in:
parent
2649c4529a
commit
cf5d5bd652
@ -12,7 +12,7 @@ class CallbackModule(CallbackBase):
|
|||||||
CALLBACK_VERSION = 2.0
|
CALLBACK_VERSION = 2.0
|
||||||
CALLBACK_TYPE = 'notification'
|
CALLBACK_TYPE = 'notification'
|
||||||
CALLBACK_NAME = 'job_status'
|
CALLBACK_NAME = 'job_status'
|
||||||
CALLBACK_NEEDS_WHITELIST = False
|
CALLBACK_NEEDS_WHITELIST = false
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(CallbackModule, self).__init__()
|
super(CallbackModule, self).__init__()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user