From 9765d56a23b499a91ee6b94e27805371521648d8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 26 Oct 2023 20:19:59 +0200 Subject: [PATCH] Text Filters - "Extract Text" filter was not being error checked properly when using a RegEx (#1902) --- changedetectionio/forms.py | 10 +++--- changedetectionio/tests/test_extract_regex.py | 32 +++++++++++++++++++ 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/changedetectionio/forms.py b/changedetectionio/forms.py index e5ee6751..4177ed80 100644 --- a/changedetectionio/forms.py +++ b/changedetectionio/forms.py @@ -22,7 +22,8 @@ from wtforms.validators import ValidationError # each select