Closed TurqW closed 5 years ago
Since it's pulling from a .keys(), it doesn't really keep order. Need to change the structure to an OrderedDict or something.
Turns out the reason I didn't see this on dev is that I have a different version of python; updating to 3.6+ would fix it. However, doing that upgrade on Raspbian may be non-trivial.
Since it's pulling from a .keys(), it doesn't really keep order. Need to change the structure to an OrderedDict or something.