bug fix: last_changed was being set on the first fetch, should only be set on the change after the first fetch #705

This commit is contained in:
dgtlmoon
2022-06-23 09:41:55 +02:00
committed by GitHub
parent 5bfdb28bd2
commit 83555a9991
6 changed files with 17 additions and 10 deletions

View File

@@ -255,9 +255,6 @@ class perform_site_check():
# Looks like something changed, but did it match all the rules?
if blocked:
changed_detected = False
else:
update_obj["last_changed"] = timestamp
# Extract title as title
if is_html: