diff --git a/ppi.py b/ppi.py index 2193326..97252b4 100644 --- a/ppi.py +++ b/ppi.py @@ -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()