mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Update ppi.py
This commit is contained in:
parent
868097f371
commit
9d7ac7d3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ def gameroom():
|
|||
|
||||
def statsConn():
|
||||
try:
|
||||
conn = """curl -s https://www.bitcoinblockhalf.com/ | html2text | grep -E "Total" -A 10 | grep -v -E "\--" | tr -d '*' | jq -R"""
|
||||
conn = """curl -s https://www.bitcoinblockhalf.com/ | html2text | grep -E "Total" -A 10 | grep -v -E "\--" | tr -d '*' | jq -R | tr -d '"' """
|
||||
a = os.popen(conn).read()
|
||||
clear()
|
||||
blogo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue