Update ppi.py

This commit is contained in:
curly60e 2021-11-26 01:06:34 -03:00 committed by GitHub
parent 47b394c353
commit b159a3c91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ppi.py
View file

@ -195,7 +195,7 @@ def gameroom():
#-----------------------------Stats--------------------------------
def statsconn():
def statsConn():
try:
conn = """curl -s https://www.bitcoinblockhalf.com/ | html2text | grep -E "Total" -A 10 | grep -v -E "\--" | tr -d '*'"""
a = os.popen(conn).read()