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]