mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-23 22:06:58 +00:00
Apply suggestion from @dgtlmoon
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user