I have config.ini file that is edited by multiple Python scripts simultaneously and I am facing large issue here because when updating, some values get restored and it messes up everything... I can't use
config.read("config.ini")
every time I need to update one value because high HDD activity causes scripts to not be synchronised, and after few loop passes everything collapses again.
So, how do I change only one value?