Fix error on failed Plex setup (#27132)

pull/27140/head
jjlawren 2019-10-02 17:51:18 -05:00 committed by Paulus Schoutsen
parent 743cb848e8
commit 30245f6874
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ async def async_setup_entry(hass, entry):
) as error:
_LOGGER.error(
"Login to %s failed, verify token and SSL settings: [%s]",
server_config[CONF_SERVER],
entry.data[CONF_SERVER],
error,
)
return False