From d38eed98a0d344caac0b9a241a6a006119455fe5 Mon Sep 17 00:00:00 2001 From: Oscar Mendoza <139177627+oscarmendoza123@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:01:59 -0600 Subject: [PATCH] Update notify_teams.py --- functions/notify_teams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/notify_teams.py b/functions/notify_teams.py index 85b153f4..4b07be45 100644 --- a/functions/notify_teams.py +++ b/functions/notify_teams.py @@ -92,5 +92,5 @@ def is_cloudwatch_alarm(message): return True else: return False - except ValueError as e: + except KeyError as e: return False