Merge pull request #580 from curly60e/sourcery/curly60e-patch-228

Add files via upload (Sourcery refactored)
This commit is contained in:
curly60e 2022-04-04 10:42:28 -03:00 committed by GitHub
commit 37cf647dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2774,7 +2774,7 @@ def localgetinfoC():
print(output)
responseC = input("Public Key: ")
list = "curl -s https://1ml.com/node/" + responseC + """/json"""
list = f"curl -s https://1ml.com/node/{responseC}/json"
a = os.popen(list).read()
clear()
blogo()
@ -3267,7 +3267,7 @@ def readHexTx():
print(output)
responseC = input("BLOCK: ")
list = "curl -s https://mempool.space/api/blocks/" + responseC + """' """
list = f"curl -s https://mempool.space/api/blocks/{responseC}"
a = os.popen(list).read()
clear()
blogo()