Update hitron_coda.py (#14506)

missed a typo that wasn't caught with testing since I don't have a Rogers router.
This commit is contained in:
Mike 2018-05-17 11:44:01 -06:00 committed by Fabian Affolter
parent 298d31e42b
commit 144524fbbb

View file

@ -55,7 +55,7 @@ class HitronCODADeviceScanner(DeviceScanner):
if config.get(CONF_TYPE) == "shaw":
self._type = 'pwd'
else:
self.type = 'pws'
self._type = 'pws'
self._userid = None