listing is a tuple correcting reference rv[1]
This commit is contained in:
parent
f8c5986cb4
commit
6f5d69e7b5
@ -222,7 +222,7 @@ def get_account(url, token, marker=None, limit=None, prefix=None,
|
||||
listing = \
|
||||
get_account(url, token, marker, limit, prefix, http_conn)[1]
|
||||
if listing:
|
||||
rv.extend(listing)
|
||||
rv[1].extend(listing)
|
||||
return rv
|
||||
parsed, conn = http_conn
|
||||
qs = 'format=json'
|
||||
|
Loading…
Reference in New Issue
Block a user