More code style fixes

pull/186/head
Michaël Arnauts 2015-06-17 23:40:58 +02:00
parent c77dbaa67b
commit e5147235cc
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ class TplinkDeviceScanner(object):
host = config[CONF_HOST]
username, password = config[CONF_USERNAME], config[CONF_PASSWORD]
self.parse_macs = re.compile('[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-'+
self.parse_macs = re.compile('[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-' +
'[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}')
self.host = host