mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-15 12:50:38 +02:00
Update donation.py
This commit is contained in:
parent
a6f96f80a1
commit
7332a60eb3
1 changed files with 4 additions and 4 deletions
|
|
@ -107,10 +107,10 @@ def donationLNTst():
|
|||
responseB = str(response.text)
|
||||
responseC = responseB
|
||||
lnreq = responseC.split(',')
|
||||
lnbc1 = lnreq[1]
|
||||
lnbc1S = str(lnbc1)
|
||||
lnbc1R = lnbc1S.split(':')
|
||||
lnbc1W = lnbc1R[1]
|
||||
lnurl = lnreq[1]
|
||||
lnurlS = str(lnbc1)
|
||||
lnurlR = lnurlS.split(':')
|
||||
lnurlW = lnurlR[1]
|
||||
ln = str(lnbc1W)
|
||||
ln1 = ln.strip('"')
|
||||
node_not = input("Do you want to pay this tip with your node? Y/n: ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue