mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Update ppi.py
This commit is contained in:
parent
df9a506e79
commit
27c54ccfdf
1 changed files with 21 additions and 0 deletions
|
|
@ -317,6 +317,27 @@ def statsConn():
|
|||
|
||||
#-----------------------------END Stats--------------------------------
|
||||
|
||||
#-----------------------------PGP--------------------------------
|
||||
|
||||
def pgpConn():
|
||||
try:
|
||||
conn = """curl -s https://web.archive.org/web/20110228054007/http://www.bitcoin.org/Satoshi_Nakamoto.asc """
|
||||
a = os.popen(conn).read()
|
||||
clear()
|
||||
blogo()
|
||||
closed()
|
||||
output = render(
|
||||
"pgp", colors=['yellow'], align='left', font='tiny'
|
||||
)
|
||||
|
||||
print(output)
|
||||
print(a)
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
|
||||
#-----------------------------END PGP--------------------------------
|
||||
|
||||
#-----------------------------Satoshi--------------------------------
|
||||
|
||||
def satoshiConn():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue