mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
commit
6aa242ebb9
1 changed files with 1 additions and 1 deletions
2
ppi.py
2
ppi.py
|
|
@ -67,7 +67,7 @@ def rateSXList():
|
|||
selectFiat = input("Insert a Fiat currency: ")
|
||||
while True:
|
||||
try:
|
||||
list = "curl " + selectFiat + ".rate.sx/?n=1"
|
||||
list = "curl '" + selectFiat + ".rate.sx/?F&n=1'"
|
||||
a = os.popen(list).read()
|
||||
clear()
|
||||
blogo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue