You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I played with the script for a while and noticed, every time I relaunch it, the header fields are in random order. This certainly hints out, for something suspicious (for my case use, at least).
Any chance to make it static? Just to follow the order in the config file?
Thanks!
The text was updated successfully, but these errors were encountered:
This is most likely related to the non-persistent hashing order of python dictionaries. We would need to find some other way to preserve the order.
No solution quite yet as it is not a high priority for us, but we'll accept patches until we get to this issue ourselves.
Hello,
I played with the script for a while and noticed, every time I relaunch it, the header fields are in random order. This certainly hints out, for something suspicious (for my case use, at least).
Any chance to make it static? Just to follow the order in the config file?
Thanks!
The text was updated successfully, but these errors were encountered: