Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prints Dollar Sign for any currency #47

Closed
specs32 opened this issue May 28, 2021 · 4 comments
Closed

Prints Dollar Sign for any currency #47

specs32 opened this issue May 28, 2021 · 4 comments
Labels

Comments

@specs32
Copy link

specs32 commented May 28, 2021

Hi,
since .. like 2 hours ago I get a $ sign instead of € sign when I query like this:
curl eur.rate.sx/xmr
... begin: $219.01 (Thu 27 00:10) // end: $205.60 (Fri 28 00:00)~ ...

@specs32
Copy link
Author

specs32 commented May 28, 2021

To elaborate ...
I use following query : curl eur.rate.sx/xmr |grep end |awk '{print ($8)}'
That (now newly) spits out $205.20 not €205.20
It would be nice if there were a single space between the currency and the value, so that I can filter that easier 🙈
I use this in my conky config and the dollar sign kind of messed it up ^^

@specs32
Copy link
Author

specs32 commented Jul 15, 2021

Ok, I finally got annoyed enough by conkys error log ...
This works too, in case anyone is interested...
curl eur.rate.sx/xmr | grep end | awk '{print $8}' | cut -d "\$" -f2

@chubin
Copy link
Owner

chubin commented Jan 16, 2022

This issue was fixed some time ago; please test if it works for you,
and thank you very much for reporting it.

@chubin chubin added the fixed label Jan 16, 2022
@specs32
Copy link
Author

specs32 commented Jan 16, 2022

It is fixed, thank you !!

@specs32 specs32 closed this as completed Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants