mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-14 12:43:15 +02:00
Update ppi.py
This commit is contained in:
parent
e2c4f588ae
commit
289489d4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue