Add username for non mbr

This commit is contained in:
poka 2021-08-28 06:56:29 +02:00
parent 53cbdfe982
commit 9270fb7ba2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class ListWallets:
if (self.brut):
names = []
for dataWork in walletList:
if (self.mbr):
if (self.mbr or self.nonMbr):
names.append(dataWork['pubkey'] + ' ' + dataWork['id']['username'])
else:
names.append(dataWork['pubkey'])