mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Add space
This commit is contained in:
parent
943861a8a3
commit
8bf1c21738
@ -198,7 +198,7 @@ class Tplink3DeviceScanner(TplinkDeviceScanner):
|
|||||||
return True
|
return True
|
||||||
except (ValueError, KeyError) as e:
|
except (ValueError, KeyError) as e:
|
||||||
_LOGGER.error("Couldn't fetch auth tokens!"
|
_LOGGER.error("Couldn't fetch auth tokens!"
|
||||||
"Response was: {}".format(response.text))
|
" Response was: {}".format(response.text))
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@Throttle(MIN_TIME_BETWEEN_SCANS)
|
@Throttle(MIN_TIME_BETWEEN_SCANS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user