mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Update spvblock.py
This commit is contained in:
parent
abbe4c9bb4
commit
3d21a7cfb8
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ def localHalving():
|
|||
|
||||
def pdfconvert():
|
||||
try:
|
||||
conn = """curl -s https://nakamotoinstitute.org/bitcoin/ | html2text | grep Abstract -A 427"""
|
||||
conn = """curl -s https://nakamotoinstitute.org/bitcoin/ | html2text | grep October -A 428"""
|
||||
a = os.popen(conn).read()
|
||||
clear()
|
||||
blogo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue