From 289489d4d66948bd2303e7cebbfd2aaf5becdfbb Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Mon, 6 Dec 2021 23:09:01 +0100 Subject: [PATCH] Update ppi.py --- pybitblock/ppi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybitblock/ppi.py b/pybitblock/ppi.py index 2e43d83..11ba63f 100644 --- a/pybitblock/ppi.py +++ b/pybitblock/ppi.py @@ -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()