mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix parse_url
This commit is contained in:
parent
0149ec5921
commit
e8a5070948
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ def parse_url(url):
|
|||
if len(v)!=1:
|
||||
raise Exception('Duplicate Key', k)
|
||||
|
||||
amount = label = message = ''
|
||||
amount = label = message = request_url = ''
|
||||
if 'amount' in pq:
|
||||
am = pq['amount'][0]
|
||||
m = re.match('([0-9\.]+)X([0-9])', am)
|
||||
|
|
Loading…
Add table
Reference in a new issue