mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use throwaray variable name
This commit is contained in:
parent
8bf1c21738
commit
b6827ce57a
@ -196,7 +196,7 @@ class Tplink3DeviceScanner(TplinkDeviceScanner):
|
||||
self.sysauth = regex_result.group(1)
|
||||
_LOGGER.info(self.sysauth)
|
||||
return True
|
||||
except (ValueError, KeyError) as e:
|
||||
except (ValueError, KeyError) as _:
|
||||
_LOGGER.error("Couldn't fetch auth tokens!"
|
||||
" Response was: {}".format(response.text))
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user