parse_URI: utf8 decode
This commit is contained in:
@@ -174,7 +174,7 @@ def parse_URI(uri):
|
|||||||
else:
|
else:
|
||||||
amount = Decimal(am) * 100000000
|
amount = Decimal(am) * 100000000
|
||||||
if 'message' in pq:
|
if 'message' in pq:
|
||||||
message = pq['message'][0]
|
message = pq['message'][0].decode('utf8')
|
||||||
if 'label' in pq:
|
if 'label' in pq:
|
||||||
label = pq['label'][0]
|
label = pq['label'][0]
|
||||||
if 'r' in pq:
|
if 'r' in pq:
|
||||||
|
|||||||
Reference in New Issue
Block a user