fix broken logic

This commit is contained in:
bwees
2022-07-28 20:48:20 -04:00
parent 4f3a15e68d
commit 14765b46bd
+1 -1
View File
@@ -289,7 +289,7 @@ class perform_site_check():
changed_detected = False
# Only Deletions (additions are turned off)
elif not watch["trigger_add"] and not diff_types["add"] and diff_types["del"]:
elif not watch["trigger_add"] and diff_types["add"] and not diff_types["del"]:
changed_detected = False
# Always record the new checksum and the new text