diff options
| author | André Doser <doser.andre@gmail.com> | 2015-01-28 09:56:13 +0100 |
|---|---|---|
| committer | André Doser <doser.andre@gmail.com> | 2015-01-28 09:56:13 +0100 |
| commit | 24469f3a455fb40caf0bed76cb6a8fe75f9c86c4 (patch) | |
| tree | 57d2987f4544ccb29358c5882e4f9fcff45d90e3 | |
| parent | 0d4aa14e59afcc20dcf30f51d224f4ba9e919141 (diff) | |
.
| -rw-r--r-- | py3status/modules/bitcoin-price.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/modules/bitcoin-price.py b/py3status/modules/bitcoin-price.py index 41a446a..61e7410 100644 --- a/py3status/modules/bitcoin-price.py +++ b/py3status/modules/bitcoin-price.py @@ -29,7 +29,7 @@ class Py3status: cache_timeout = 900 color_index = -1 field = 'close' - markets = 'btceUSD' + markets = 'btceUSD, btcdeEUR' symbols = True def __init__(self): |
