mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update donation.py
This commit is contained in:
parent
be5a80fcaa
commit
523a1dc9c8
1 changed files with 5 additions and 5 deletions
|
|
@ -108,11 +108,11 @@ def donationLNTst():
|
|||
responseB = str(response.text)
|
||||
responseC = responseB
|
||||
lnreq = responseC.split(',')
|
||||
lnbc1 = lnreq[1]
|
||||
lnbc1S = str(lnbc1)
|
||||
lnbc1R = lnbc1S.split(':')
|
||||
lnbc1W = lnbc1R[1]
|
||||
ln = str(lnbc1W)
|
||||
lnurl = lnreq[1]
|
||||
lnurlS = str(lnbc1)
|
||||
lnurlR = lnurlS.split(':')
|
||||
lnurlW = lnurlR[1]
|
||||
ln = str(lnurlW)
|
||||
ln1 = ln.strip('"')
|
||||
node_not = input("Are you Satoshi? Y/n: ")
|
||||
if node_not in ["Y", "y"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue