Merge pull request #142 from curly60e/curly60e-patch-99

Rate.Sx fix
This commit is contained in:
curly60e 2020-09-19 22:51:57 -03:00 committed by GitHub
commit 6aa242ebb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ppi.py
View file

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