From cff7fbabcec8e40a585aae88f298064e5aad07a1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 7 Jul 2023 16:31:39 -0500 Subject: [PATCH] firefly: Ignore the word "retail" --- dch_webhooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dch_webhooks.py b/dch_webhooks.py index e24717e..d5e9b42 100644 --- a/dch_webhooks.py +++ b/dch_webhooks.py @@ -30,6 +30,7 @@ EXCLUDE_DESCRIPTION_WORDS = { 'pay', 'payment', 'purchase', + 'retail', 'the', }