mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-26 07:16:13 +00:00
fixed replace bug in get_diff_types
This commit is contained in:
@@ -238,6 +238,9 @@ class model(dict):
|
||||
diff_types["del"] = True
|
||||
elif tag == 'insert':
|
||||
diff_types["add"] = True
|
||||
elif tag == 'replace':
|
||||
diff_types["del"] = True
|
||||
diff_types["add"] = True
|
||||
|
||||
return diff_types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user