mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Merge pull request #309 from curly60e/Satosh1Nakamot0-patch-22
Update ppi.py
This commit is contained in:
commit
c5e0586fbc
1 changed files with 1 additions and 1 deletions
2
ppi.py
2
ppi.py
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue