diff --git a/homeassistant/components/device_tracker/tplink.py b/homeassistant/components/device_tracker/tplink.py index 1aeabbea15c..d80213dd549 100755 --- a/homeassistant/components/device_tracker/tplink.py +++ b/homeassistant/components/device_tracker/tplink.py @@ -198,7 +198,7 @@ class Tplink3DeviceScanner(TplinkDeviceScanner): return True except (ValueError, KeyError) as e: _LOGGER.error("Couldn't fetch auth tokens!" - "Response was: {}".format(response.text)) + " Response was: {}".format(response.text)) return False @Throttle(MIN_TIME_BETWEEN_SCANS)