diff options
| author | André Doser <doser.andre@gmail.com> | 2015-01-28 13:06:29 +0100 |
|---|---|---|
| committer | André Doser <doser.andre@gmail.com> | 2015-01-28 13:06:29 +0100 |
| commit | 87f443713fc45de49c6d0b15a29d1216de114088 (patch) | |
| tree | 54403776d0fcf35d8563745ada6bde7a40d6f0d7 /py3status | |
| parent | 25a3f1a6662c69b525ac8aed8497580284d2e5fc (diff) | |
docstring hide_on_error
Diffstat (limited to 'py3status')
| -rw-r--r-- | py3status/modules/bitcoin_price.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py3status/modules/bitcoin_price.py b/py3status/modules/bitcoin_price.py index 27dbf0c..18b3348 100644 --- a/py3status/modules/bitcoin_price.py +++ b/py3status/modules/bitcoin_price.py @@ -30,6 +30,7 @@ class Py3status: except when only one market is selected - field : Field that is displayed per market, see http://bitcoincharts.com/about/markets-api/ + - hide_on_error: Display empty response if True, else an error message - markets : Comma-separated list of markets. Supported markets can be found at http://bitcoincharts.com/markets/list/ - symbols : Try to match currency abbreviations to symbols, |
