mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-15 12:50:38 +02:00
Typo error
This commit is contained in:
parent
87915462b9
commit
df2e6d002a
1 changed files with 1 additions and 1 deletions
2
ppi.py
2
ppi.py
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue