diff --git a/pybitblock/ppi.py b/pybitblock/ppi.py index 2b23fba..db6ef5a 100644 --- a/pybitblock/ppi.py +++ b/pybitblock/ppi.py @@ -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()