Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2023-09-21 21:17:58 +02:00 committed by GitHub
parent 67df640321
commit 0872fa275d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3862,7 +3862,7 @@ def callGitBpytop():
#---------------------------------UTXOracle----------------------------------
def callGitUTXOracle():
try:
conn = """curl -s 'https://utxo.live/oracle/' | html2text | grep -E "Date" -A 77 | grep -v "Date" """"
conn = """curl -s 'https://utxo.live/oracle/' | html2text | grep -E "Date" -A 77 | grep -v "Date" """
a = os.popen(conn).read()
clear()
blogo()