fix return value

pull/187/head
Fabian Affolter 2015-06-17 22:37:19 +02:00
parent 91b611acb7
commit 9b4b76d364
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
"Unable to import blockchain. "
"Did you maybe not install the 'blockchain' package?")
return None
return False
wallet_id = config.get('wallet', None)
password = config.get('password', None)