diff options
Diffstat (limited to 'py3status/modules/bitcoin_price.py')
| -rw-r--r-- | py3status/modules/bitcoin_price.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/py3status/modules/bitcoin_price.py b/py3status/modules/bitcoin_price.py index 656797c..477394f 100644 --- a/py3status/modules/bitcoin_price.py +++ b/py3status/modules/bitcoin_price.py @@ -1,10 +1,8 @@ # -*- coding: utf-8 -*- """ -Module for displaying bitcoin prices using -the API by www.bitcoincharts.com. +Display bitcoin prices using bitcoincharts.com. -Written and contributed by @tasse: - Andre Doser <doser.andre AT gmail.com> +@author Andre Doser <doser.andre AT gmail.com> """ import json |
