== should be =

This commit is contained in:
John Kozan 2013-10-06 22:04:09 -06:00
parent 5ca93907f1
commit 6787e4b932
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ class MySimpleXMLRPCRequestHandler(SimpleXMLRPCRequestHandler):
raise APIError(0, 'I need parameters!')
if len(params) == 1:
address, = params
label == ''
label = ''
if len(params) == 2:
address, label = params
label = self._decode(label, "base64")