diff options
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, |
