From 6c28c7ece6cc179d2798da6bc3100f659e305e8b Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 27 Oct 2020 10:08:36 -0700 Subject: add hashed contact md5 to sorted family dict --- allium/relays.py | 1 + 1 file changed, 1 insertion(+) diff --git a/allium/relays.py b/allium/relays.py index 74c091f..4d0ad8e 100644 --- a/allium/relays.py +++ b/allium/relays.py @@ -149,6 +149,7 @@ class Relays: if k is 'family': self.json['sorted'][k][v]['contact'] = relay.get('contact') + self.json['sorted'][k][v]['contact_md5'] = relay.get('contact_md5') # update the first_seen parameter to always contain the oldest # relay's first_seen date -- cgit v1.2.3-54-g00ecf