diff options
| author | André Doser <doser.andre@gmail.com> | 2015-01-27 19:29:36 +0100 |
|---|---|---|
| committer | André Doser <doser.andre@gmail.com> | 2015-01-27 19:29:36 +0100 |
| commit | a0e0144cecb032fa7d34dac8452bcb2b57f7a770 (patch) | |
| tree | 69f49a2b05d9e74df71dcb195812a3f10314326b /py3status | |
| parent | 22f4abf8e22f8517be78d039551ab6871ddf14b9 (diff) | |
removed typo
Diffstat (limited to 'py3status')
| -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 638c2c8..d98ba71 100644 --- a/py3status/modules/bitcoin-price.py +++ b/py3status/modules/bitcoin-price.py @@ -68,7 +68,7 @@ class Py3status: response['color'] = i3s_config['color_bad'] elif color_rate > self.last_price: response['color'] = i3s_config['color_good'] - self.last_pricee = color_rate + self.last_price = color_rate response['full_text'] = ', '.join(rates) return response |
