fix flags
This commit is contained in:
parent
fb1b116d16
commit
29f0a2f37b
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue