Remove same checksum skip check - saved a little CPU but added a lot of complexity (#2700)

This commit is contained in:
dgtlmoon
2024-10-11 17:28:42 +02:00
committed by GitHub
parent 03151da68e
commit 5bb47e47db
10 changed files with 21 additions and 31 deletions

View File

@@ -144,7 +144,7 @@ class perform_site_check(difference_detection_processor):
screenshot = None
xpath_data = None
def run_changedetection(self, watch, skip_when_checksum_same=True):
def run_changedetection(self, watch):
import hashlib
if not watch: