From 9aaadafc13d1749a826f1ae421bf07038e005d4b Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 25 Aug 2022 17:29:57 +0300 Subject: populate with people --- core/views/scans.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/views/scans.py') diff --git a/core/views/scans.py b/core/views/scans.py index 353db20..e3964e1 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -76,10 +76,12 @@ def caveifywallet(w): w.displaynames = blocknames def fillblankpeople(w): + # this isn't working..? why? wp = w.people() if not wp: # an -empty list populatewallet(w) else: + w.persons = wp if len(wp) == 1: nobody = wp[0].lower() if nobody == 'unknown' or nobody == 'nobody' or nobody == ' ': -- cgit v1.2.3