Update ppi.py

This commit is contained in:
curly60e 2021-12-08 17:21:30 -03:00 committed by GitHub
parent 868097f371
commit 9d7ac7d3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()