From 5cc81e991365ad166213b413be15cd05b12e567f Mon Sep 17 00:00:00 2001 From: AbdulsalamMansour Date: Mon, 13 Aug 2018 17:47:30 +0300 Subject: [PATCH] my pull request --- app/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/main.py b/app/main.py index 5e5d021..d5f6d47 100644 --- a/app/main.py +++ b/app/main.py @@ -9,6 +9,8 @@ from datadog import initialize from datadog import ThreadStats +#i wanted to add something for the pull request + DATADOG_API_KEY_ENVIRON = "DATADOG_API_KEY" DATADOG_APP_KEY_ENVIRON = "DATADOG_APP_KEY"