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

nothing important

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1517 b32b6428-25c9-4566-ad07-03861ab6144f
parent 266b55fd
No related merge requests found
......@@ -47,7 +47,7 @@ class MQTTLogger:
def parse_msg(self,msg):
if msg.action == 'attributesChange' :
if msg.is_attributes_change() :
nick = self.get_nickname(msg.source)
if nick:
base = "%s/%s" % (self.cfg['topic'],nick)
......@@ -84,4 +84,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