correction Equipement Stormshield
This commit is contained in:
@@ -397,7 +397,7 @@ class StormshieldParser(ParserMixin):
|
||||
with open(path, "r", encoding="utf-8", errors="ignore") as f:
|
||||
for line in f:
|
||||
line = line.strip()
|
||||
if line.startswith("Name="):
|
||||
if line.startswith("Address="):
|
||||
fw_name = line.split("=", 1)[1].strip()
|
||||
break
|
||||
return fw_name
|
||||
|
||||
Reference in New Issue
Block a user