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