Update config.json to make it a valid JSON file

#2
by lsy323 - opened

The current config.json cannot be loaded by json.load. Need to replace the ' with " for the key and remove the excessive , for the last item.

lsy323 changed pull request title from The current `config.json` cannot be loaded by `json.load`. Need to replace the `'` with `"` for the key and remove the excessive `,` for the last item. to Update config.json to make it a valid JSON file
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment