Typo error

This commit is contained in:
curly60e 2021-11-30 14:54:44 -03:00 committed by GitHub
parent 87915462b9
commit df2e6d002a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ppi.py
View file

@ -523,7 +523,7 @@ def rateSXGraph():
selectFiat = input("Insert a Fiat currency: ")
while True:
try:
list = "curl -s '" + selectFiat + """.rate.sx/btc | grep -v -E "Use"'"""
list = "curl -s '" + selectFiat + """.rate.sx/btc' | grep -v -E 'Use'"""
a = os.popen(list).read()
clear()
blogo()