mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-03 22:55:33 +00:00
Trigger write index after edit of a watch
This commit is contained in:
@@ -235,7 +235,7 @@ def api_update():
|
||||
datastore.data['watching'][uuid].update({'url': url,
|
||||
'tag': tag,
|
||||
'headers':extra_headers})
|
||||
|
||||
datastore.needs_write = True
|
||||
|
||||
messages.append({'class': 'ok', 'message': 'Updated watch.'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user