Fix return value

pull/544/head^2
Fabian Affolter 2015-10-23 23:08:27 +02:00
parent 2e7912157b
commit 3406b41b0c
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
_LOGGER.exception(
"Unable to determine stations. "
"Check your settings and/or the availability of opendata.ch")
return None
return False
dev = []
data = PublicTransportData(journey)