aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-10-27 10:08:36 -0700
committerJordan <me@jordan.im>2020-10-27 10:08:36 -0700
commit6c28c7ece6cc179d2798da6bc3100f659e305e8b (patch)
tree536b5aa2ad64e3f7a26cbe8df3c4d1223477eaf3
parentf0c466afa5b1cc7a5e42e2f097f266d137cece10 (diff)
downloadallium-6c28c7ece6cc179d2798da6bc3100f659e305e8b.tar.gz
allium-6c28c7ece6cc179d2798da6bc3100f659e305e8b.zip
add hashed contact md5 to sorted family dict
-rw-r--r--allium/relays.py1
1 files changed, 1 insertions, 0 deletions
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