|
|
|
@ -306,7 +306,6 @@ class perform_site_check():
|
|
|
|
|
else:
|
|
|
|
|
logging.debug("check_unique_lines: UUID {} had unique content".format(uuid))
|
|
|
|
|
|
|
|
|
|
print(watch.get("trigger_add"), watch.get("trigger_del"))
|
|
|
|
|
if changed_detected:
|
|
|
|
|
if not watch.get("trigger_add", True) or not watch.get("trigger_del", True): # if we are supposed to filter any diff types
|
|
|
|
|
# get the diff types present in the watch
|
|
|
|
|