Merge pull request #309 from curly60e/Satosh1Nakamot0-patch-22

Update ppi.py
This commit is contained in:
curly60e 2021-11-05 18:09:44 -03:00 committed by GitHub
commit c5e0586fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ppi.py
View file

@ -240,7 +240,7 @@ def bitfConn():
clear()
blogo()
closed()
conn = "curl -v https://bitcoinexplorer.org/fun > page.html"
conn = "w3m https://bitcoinexplorer.org/fun"
a = os.popen(conn).read()
clear()
blogo()