hfoxwell / Cats-On-Canvas

Python 3 project for the mass upload of canvas avatars
MIT License
1 stars 2 forks source link

Update settings to modern format #4

Open hfoxwell opened 2 years ago

hfoxwell commented 2 years ago

Json file is useful in the settings file. However, it is limited by the design of json files and the lack of comments.

To rectify this, a YAML structure should be used. This will allow for the inclusion of comments and blocks that will group settings sections together.

This may also necessitate the redesign of the settings and the program's settings itself. Some of these changes could be as follows: