From d03c618f265b3995ec6a153cc0631b9820665040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9r=C3=A9ol=20Gbenou?= <54837178+fereol023@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:24:03 +0200 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e2d0719..209ecde 100644 --- a/main.py +++ b/main.py @@ -23,7 +23,7 @@ # Replace this with your Application Insights Instrumentation Key -INSTRUMENTATION_KEY = "ad620840-70fa-4c64-af49-cfbe1f81e141" +INSTRUMENTATION_KEY = "" # Set up logging to Azure Application Insights logger = logging.getLogger(__name__)