From bfb25a6caadbc7d2d7950e2a44b2f394e4efb6a0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 18 Feb 2026 13:27:49 +0100 Subject: [PATCH] Apply suggestion from @dgtlmoon --- changedetectionio/blueprint/tags/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/blueprint/tags/__init__.py b/changedetectionio/blueprint/tags/__init__.py index 1040ae7b3..d06936c32 100644 --- a/changedetectionio/blueprint/tags/__init__.py +++ b/changedetectionio/blueprint/tags/__init__.py @@ -118,6 +118,7 @@ def construct_blueprint(datastore: ChangeDetectionStore): def delete_all(): for tag_uuid in list(datastore.data['settings']['application']['tags'].keys()): +# TagsDict 'del' handler will remove the dir del datastore.data['settings']['application']['tags'][tag_uuid]