the issue at "get_component_candidates"
1)
there is need add local variable
protocols = []
2)
replace at the body func "get_component_candidates" by protocols.append instead self._protocols.append
3)
and append it at end of "get_component_candidates"
self._protocols += protocols
hope you understand fix and there is no need push request
subj
the issue at "get_component_candidates" 1) there is need add local variable protocols = [] 2) replace at the body func "get_component_candidates" by protocols.append instead self._protocols.append 3) and append it at end of "get_component_candidates" self._protocols += protocols
hope you understand fix and there is no need push request