mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Update spvblock.py
This commit is contained in:
parent
762e043c97
commit
cf3ab9d916
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue