Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2024-01-04 01:06:51 +01:00 committed by GitHub
parent 762e043c97
commit cf3ab9d916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1178,7 +1178,7 @@ def rateSXGraph():
def PyBLOCKTemplate():
while True:
try:
list = f"curl -s 'pool.pyblock.xyz/getblocktemplate.php' | jq -C "
list = f"""curl -s https://pool.pyblock.xyz/getblocktemplate.php | jq -C """
a = os.popen(list).read()
clear()
blogo()