mirror of
https://github.com/elisspace/core.git
synced 2026-09-01 17:04:05 +00:00
* change fromkeys to dict comprehension to prevent append working on a list by reference. Now each entity id has its own seperate list * change fromkeys to dict comprehension to prevent append working on a list by reference. Now each entity id has its own seperate list * use get instead of direct keys for dict * change fromkeys to dict comprehension to prevent append working on a list by reference. Now each entity id has its own seperate list * use get instead of direct keys for dict * changed get back to []