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:
parent
298d31e42b
commit
144524fbbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue