From b05d07b7b811cf7dad553f2c11ec86e84939e424 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Mon, 1 Feb 2016 19:39:03 +0100 Subject: [PATCH] Fix issue 359 --- src/sakia/core/graph/base_graph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sakia/core/graph/base_graph.py b/src/sakia/core/graph/base_graph.py index bc4e5350..3a2cd939 100644 --- a/src/sakia/core/graph/base_graph.py +++ b/src/sakia/core/graph/base_graph.py @@ -107,6 +107,7 @@ class BaseGraph(QObject): QLocale.dateFormat(QLocale(), QLocale.ShortFormat) ), 'cert_time': certifier['cert_time'], + 'confirmation_text': self.confirmation_text(certifier['cert_time']) } self.nx_graph.add_edge(certifier['identity'].pubkey, identity.pubkey, attr_dict=arc, weight=len(certifier_list)) -- GitLab