Skip to content

Avoid creation of polling threads on `addAttributeToPolling()`

Every call to addAttributeToPolling() creates a new empty polling thread due to the creation of the default value for the dict.get() call. Fix it.

Merge request reports