mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Merge pull request #580 from curly60e/sourcery/curly60e-patch-228
Add files via upload (Sourcery refactored)
This commit is contained in:
commit
37cf647dac
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue