use cbr rate by default
This commit is contained in:
parent
06e49d335e
commit
d94b2dcfcd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ curl_exchangerate () {
|
|||
sed -e "s#<\/\?\w\+>##g"
|
||||
}
|
||||
|
||||
cc=($(curl_exchangerate))
|
||||
cc=($(curl_cbr))
|
||||
|
||||
diff=$(echo ${cc[-1]} ${cc[-2]} | awk '{ print $1 - $2 }')
|
||||
arror="↑"
|
||||
|
|
Loading…
Reference in a new issue