Skip to content

Commit

Permalink
Fixed an issue with the initiation of the new attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mKeRix committed Oct 12, 2015
1 parent 2f2bd7a commit a6cb19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/tplink.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ class Tplink3DeviceScanner(TplinkDeviceScanner):
"""

def __init__(self, config):
super(Tplink3DeviceScanner, self).__init__(config)
self.stok = ''
self.sysauth = ''
super(Tplink3DeviceScanner, self).__init__(config)

def scan_devices(self):
"""
Expand Down

0 comments on commit a6cb19b

Please sign in to comment.