Fix #1898
This commit is contained in:
parent
bfe7dd16e9
commit
ef2d005957
|
@ -1134,7 +1134,7 @@ class BMRPCDispatcher(object):
|
|||
queryreturn = sqlQuery(
|
||||
"SELECT label FROM addressbook WHERE address=?", toAddress)
|
||||
try:
|
||||
toLabel, = queryreturn[0][0]
|
||||
toLabel = queryreturn[0][0]
|
||||
except IndexError:
|
||||
pass
|
||||
|
||||
|
|
Reference in New Issue
Block a user