I have some of my .conf files in version control. one of them is web.conf
Now, if I connect to the webui and then at some point restart my deluged, I see new sessions get added to the web.conf (it makes a backup to web.conf~) However, it also changes the ordering of the JSON file, making the diff from the original hard to parse.
Any ideas how to disable that? is that intentional?
Does deluged change web.conf randomly ?
Re: Does deluged change web.conf randomly ?
It is likely json output is unsorted, which is the default and because values will come from a python dict they can any order.