mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-26 23:35:51 +00:00
Fix bad comment
This commit is contained in:
@@ -356,8 +356,7 @@ def strip_ignore_text(content, wordlist, mode="content"):
|
||||
got_match = True
|
||||
|
||||
if not got_match:
|
||||
# Not ignored
|
||||
# Plus "\n" because
|
||||
# Not ignored, and should preserve "keepends"
|
||||
output.append(line)
|
||||
else:
|
||||
ignored_line_numbers.append(i)
|
||||
|
||||
Reference in New Issue
Block a user