View Single Post
Old 11-22-2023, 09:59 AM   #497
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by roger64 View Post
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.
Doitsu is offline   Reply With Quote