Hi-I think you have a bug in lccs.py, line 559: items.append(item(name,
desc, created)) This line is at the wrong ident - it needs to be two
characters to the left. As it is at the moment, you end up with three
entries in items for every node (room) - two of which will have None for
the created time. Regards- David