smurf.set_targets()
only works on first call without reinitialization
#55
Labels
bug
Something isn't working
If you set the target pysmurf-controllers via
smurf.set_targets()
, then want to change to a different controller that isn't in the list you set the first time it won't work. For example:This is because
smurf.set_targets()
merely selects items from the existingrun.CLIENTS
list. This means one has to re-initialize()
. Perhapssmurf.set_targets()
should re-build therun.CLIENTS
list itself.The text was updated successfully, but these errors were encountered: