Skip to content
Snippets Groups Projects
Commit dce4e1b9 authored by jkerdreu's avatar jkerdreu
Browse files

is_alive

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2737 b32b6428-25c9-4566-ad07-03861ab6144f
parent d8835c2d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class Scanner:
self.seen = []
logger.info("[%s] searching [%s]" % (self.dev.address,self.dev_type))
self.eng.send_isAlive(self.dev,self.dev_type)
self.eng.send_is_alive(self.dev,self.dev_type)
print("="*70)
self.loop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment