Commit 478c1299 by Edward Zarecor

fixing ref

parent 0f516f4e
......@@ -29,8 +29,8 @@ class CallbackModule(object):
self.datadog_api_initialized = False
if self.datadog_api_key and self.datadog_app_key:
datadog.initialize(api_key=datadog_api_key,
app_key=datadog_app_key)
datadog.initialize(api_key=self.datadog_api_key,
app_key=self.datadog_app_key)
self.datadog_api_initialized = True
def playbook_on_task_start(self, name, is_conditional):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment