Update donation.py

This commit is contained in:
Satoshi Nakamoto 2022-03-18 21:50:44 +01:00 committed by GitHub
parent be5a80fcaa
commit 523a1dc9c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]: