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:
|
with open(path, "r", encoding="utf-8", errors="ignore") as f:
|
||||||
for line in f:
|
for line in f:
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
if line.startswith("Name="):
|
if line.startswith("Address="):
|
||||||
fw_name = line.split("=", 1)[1].strip()
|
fw_name = line.split("=", 1)[1].strip()
|
||||||
break
|
break
|
||||||
return fw_name
|
return fw_name
|
||||||
|
|||||||
Reference in New Issue
Block a user