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( match = re.search(
pattern, pattern,
password[key], password[key],
flags=re.IGNORECASE & re.MULTILINE flags=re.IGNORECASE | re.MULTILINE
) )
if match: if match:
self.info( self.info(