From 8ee42d2403e73e988e38c7d4a6b6218e47c2a662 Mon Sep 17 00:00:00 2001 From: bwees Date: Wed, 13 Jul 2022 17:57:39 -0400 Subject: [PATCH] fixed my breaking change --- changedetectionio/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index c440a4ce..2b10ace3 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -619,10 +619,6 @@ def changedetection_app(config=None, datastore_o=None): datastore.data['watching'][uuid].update(form.data) datastore.data['watching'][uuid].update(extra_update_obj) - # Fix the diff filters being changed in the creation of form object - datastore.data['watching'][uuid]['trigger_on_add'] = default['trigger_on_add'] - datastore.data['watching'][uuid]['trigger_on_del'] = default['trigger_on_del'] - flash("Updated watch.") # Re #286 - We wait for syncing new data to disk in another thread every 60 seconds