From 4c72ff1d1335b5b873dd9a511e08d1f424b72c68 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 11 Feb 2026 06:34:32 +0100 Subject: [PATCH] oops --- changedetectionio/api/Watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/api/Watch.py b/changedetectionio/api/Watch.py index fbd3ac827..b13ffb174 100644 --- a/changedetectionio/api/Watch.py +++ b/changedetectionio/api/Watch.py @@ -481,7 +481,7 @@ class CreateWatch(Resource): 'last_error': watch['last_error'], 'link': watch.link, 'page_title': watch['page_title'], - 'tags': list(tags.keys()), + 'tags': [*tags], # Unpack dict keys to list (can't use list() since variable named 'list') 'title': watch['title'], 'url': watch['url'], 'viewed': watch.viewed