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

Nothing important

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1681 b32b6428-25c9-4566-ad07-03861ab6144f
parent c4543aa3
Branches
No related tags found
No related merge requests found
......@@ -146,7 +146,6 @@ class Monitor:
def _msg_dispatch(self, msg):
if msg.source not in self.devices:
self.add_device(msg)
#self.refresh_devices()
dev = self.devices.get_with_addr(msg.source)
......
......@@ -63,7 +63,7 @@ function update() {
});
}
setInterval(update,(1000*60));
setInterval(update,(1000*30));
update();
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment