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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user