mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
Update ppi.py
This commit is contained in:
parent
143ce6a016
commit
c65b3eee9b
1 changed files with 2 additions and 2 deletions
|
|
@ -338,7 +338,7 @@ def pgpConn():
|
|||
def mtConn(): # here we convert the result of the command 'getblockcount' on a random art design
|
||||
while True:
|
||||
try:
|
||||
conn = """curl -s https://blockchain.info/tobtc?currency=USD&value=1 """
|
||||
conn = """curl -s 'https://blockchain.info/tobtc?currency=USD&value=1' """
|
||||
a = os.popen(conn).read()
|
||||
clear()
|
||||
blogo()
|
||||
|
|
@ -352,7 +352,7 @@ def mtConn(): # here we convert the result of the command 'getblockcount' on a r
|
|||
|
||||
def mtclock():
|
||||
try:
|
||||
conn = """curl -s https://blockchain.info/tobtc?currency=USD&value=1 """
|
||||
conn = """curl -s 'https://blockchain.info/tobtc?currency=USD&value=1' """
|
||||
a = os.popen(conn).read()
|
||||
clear()
|
||||
blogo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue