I'll post my function here that's having the problem:
Spoiler
Here is my loadState() function:
Spoiler
And here is my status file:
Spoiler
As it is right now, it will iterate through, and for testing I put in the print and sleep functions. It will turn on the correct cables as it iterates, but it will then set to another cable the next color down. I thought that colors.combine() would fix that...obviously I'm wrong. I need the colors that it retrieves to be collected somehow, and then add the values AFTER the iteration, instead of during. How would I do that?











