Update ppi.py

This commit is contained in:
Satoshi Nakamoto 2021-12-06 23:09:01 +01:00 committed by GitHub
parent e2c4f588ae
commit 289489d4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,7 +322,7 @@ def bwtConn():
def datesConn():
try:
conn = """curl -s "https://bitcoinexplorer.org/fun#JSON" | html2text | grep "20" | grep -v -E "https" | grep -E " " | head -n 45 | tr -d '[' | tr -d ','"""
conn = """curl -s "https://bitcoinexplorer.org/fun#JSON" | html2text | grep "20" | grep -v -E "https" | grep -E " " | head -n 46 | tr -d '[' | tr -d ','"""
a = os.popen(conn).read()
clear()
blogo()