mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-18 13:08:54 +02:00
Update ppi.py
This commit is contained in:
parent
47b394c353
commit
b159a3c91e
1 changed files with 1 additions and 1 deletions
2
ppi.py
2
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue