From 74302527269a2de150fe4ab71b3f0b005f78d4c8 Mon Sep 17 00:00:00 2001 From: bcoles Date: Mon, 6 Nov 2023 05:35:48 +1100 Subject: [PATCH] SpiderFootHelpers: buildGraphGexf: set color alpha channel to 1 (#1819) --- spiderfoot/helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spiderfoot/helpers.py b/spiderfoot/helpers.py index 9d2f56eebe..5c247c4fa2 100644 --- a/spiderfoot/helpers.py +++ b/spiderfoot/helpers.py @@ -455,7 +455,8 @@ def buildGraphGexf(root: str, title: str, data: typing.List[str], flt: typing.Op color = { 'r': 0, 'g': 0, - 'b': 0 + 'b': 0, + 'a': 0 } if dst not in nodelist: