Update ppi.py

This commit is contained in:
Satoshi Nakamoto 2024-07-23 02:11:05 +02:00 committed by GitHub
parent 143ce6a016
commit c65b3eee9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()