Merge pull request #339 from curly60e/curly60e-patch-180

Typo bug
This commit is contained in:
curly60e 2021-11-24 19:18:29 -03:00 committed by GitHub
commit 380276ca7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ppi.py
View file

@ -241,7 +241,7 @@ def statsconn():
clear()
blogo()
closed()
conn = "curl -s https://www.bitcoinblockhalf.com/ | html2text | grep -E "Total" -A 10 | grep -v -E "\--" | tr -d '*'"
conn = """curl -s https://www.bitcoinblockhalf.com/ | html2text | grep -E "Total" -A 10 | grep -v -E "\--" | tr -d '*'"""
a = os.popen(conn).read()
clear()
blogo()