This commit is contained in:
dgtlmoon
2026-02-11 06:34:32 +01:00
parent c6557dbc67
commit 4c72ff1d13
+1 -1
View File
@@ -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