Fixed travis another CI indenting error
This commit is contained in:
parent
a9ce12be34
commit
a959c48708
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class DdWrtDeviceScanner(object):
|
||||||
|
|
||||||
self.mac2name = None
|
self.mac2name = None
|
||||||
|
|
||||||
#test the router is accessible
|
# Test the router is accessible
|
||||||
url = 'http://{}/Status_Wireless.live.asp'.format(self.host)
|
url = 'http://{}/Status_Wireless.live.asp'.format(self.host)
|
||||||
data = self.get_ddwrt_data(url)
|
data = self.get_ddwrt_data(url)
|
||||||
self.success_init = data is not None
|
self.success_init = data is not None
|
||||||
|
|
Loading…
Add table
Reference in a new issue