1
0

Mac OSX bitcoin: URI updates

This commit is contained in:
Michael Wozniak
2013-11-13 05:59:36 -06:00
parent 9b247c1653
commit 433a3ba0fe
4 changed files with 10 additions and 4 deletions

View File

@@ -155,6 +155,7 @@ _ud = re.compile('%([0-9a-hA-H]{2})', re.MULTILINE)
urldecode = lambda x: _ud.sub(lambda m: chr(int(m.group(1), 16)), x)
def parse_url(url):
url = str(url)
o = url[8:].split('?')
address = o[0]
if len(o)>1: