diff options
-rw-r--r-- | core/views/scans.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 == ' ': |