Remove 'last-changed' from url-watches.json and always calculate from history index (#835)

This commit is contained in:
dgtlmoon
2022-08-15 21:14:18 +02:00
committed by GitHub
parent 9942107016
commit 1c08d9f150
6 changed files with 20 additions and 20 deletions

View File

@@ -113,7 +113,7 @@ class CreateWatch(Resource):
list[k] = {'url': v['url'],
'title': v['title'],
'last_checked': v['last_checked'],
'last_changed': v['last_changed'],
'last_changed': v.last_changed,
'last_error': v['last_error']}
if request.args.get('recheck_all'):