Expand my Community achievements bar.

Bug report: lccs.py

Avatar

Level 2

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

1 Reply

Avatar

Employee

Thanks for reporting the bug. We'll get it fixed for the next revision of the SDK.