Python randomizes dict item order with a random seed, which changes every time Python/Blender is run. As a result, Pillar GET parameters on the URL would change, making them uncachable. Sorting the parameters solves this.
Python randomizes dict item order with a random seed, which changes every time Python/Blender is run. As a result, Pillar GET parameters on the URL would change, making them uncachable. Sorting the parameters solves this.