feat: rename ip_to geolocation to ip_to_infos

This commit is contained in:
dextmorgn
2025-09-04 15:08:20 +02:00
parent 1d6ee46fb2
commit cce0e51faf
8 changed files with 25 additions and 18 deletions

View File

@@ -511,7 +511,7 @@ def process_node_data(node: Node, inputs: Dict[str, Any]) -> Dict[str, Any]:
"creation_date": "2020-01-01",
}
elif class_name == "GeolocationScanner":
elif class_name == "IpToInfosScanner":
# Geolocation scanner
outputs[output_name] = {
"country": "France",