fix flags

This commit is contained in:
Antonio J. Delgado 2024-11-21 09:50:27 +02:00
parent fb1b116d16
commit 29f0a2f37b

View file

@ -1309,7 +1309,7 @@ class NcPasswordClient:
match = re.search(
pattern,
password[key],
flags=re.IGNORECASE & re.MULTILINE
flags=re.IGNORECASE | re.MULTILINE
)
if match:
self.info(