fix typo
This commit is contained in:
parent
6c5896ef2f
commit
4977c05c38
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class ImapFilter:
|
|||
search,
|
||||
match.group(0)
|
||||
)
|
||||
new_content = re.sub(search, replacement, content, falgs=re.MULTILINE)
|
||||
new_content = re.sub(search, replacement, content, flags=re.MULTILINE)
|
||||
if content != new_content:
|
||||
self._log.debug(
|
||||
"Line is different, so replacing it with '%s'",
|
||||
|
|
Loading…
Reference in a new issue