Quote:
Originally Posted by roger64
I may have something wrong with python.
|
Most likely, you've made a mistake when editing the .json file. For example, you might have missed a comma at the end of the first line or added one at the end of the last line.
(In .json files, the
last line mustn't be terminated with a comma, but all other lines must be terminated with a comma.)
As work-around, paste the following code into the .json file and save it:
Code:
{
"locale": "fr",
"update_check": false,
"github": false
}
This'll disable future update checks. Once you're again in a location with better Internet access, simply delete the .json file.