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

cleaning..

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1519 b32b6428-25c9-4566-ad07-03861ab6144f
parent 54c3ea31
No related branches found
No related tags found
No related merge requests found
......@@ -64,10 +64,10 @@ class BugNetGW(gevent.Greenlet):
gw.url = "http://dwb.ilhost.fr/"
gw.info = "bugOne@%s" % platform.node()
embedded = gw.new_attribute('embedded',[])
emb = gw.new_attribute('embedded',[])
for node in self.nodes.values():
for dev in node.get_devices():
embedded.value.append(dev.address)
emb.value.append(dev.address)
self.engine.add_device(gw)
def _run(self):
......@@ -92,4 +92,3 @@ def main():
if __name__ == '__main__':
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment