Add space

pull/7289/head
Jack Minardi 2017-04-25 00:48:23 -04:00
parent 943861a8a3
commit 8bf1c21738
1 changed files with 1 additions and 1 deletions

View File

@ -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)