From b159a3c91ebcf03c837380239da29646abe7c2d2 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:06:34 -0300 Subject: [PATCH] Update ppi.py --- ppi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()