syncMyMoodle icon indicating copy to clipboard operation
syncMyMoodle copied to clipboard

Better config system

Open Romern opened this issue 4 years ago • 1 comments

On windows paths are difficult to type into the json file, it would be better to use maybe the default configparser from python

Romern avatar Jan 26 '21 11:01 Romern

Definitely +1 for using configparser. We should probably add a helper for the conversion as this would be a breaking change. As part of the same step we could make some other semantical breaking changes to the config format (like asking for a password if non is set and having to explicitly enable the keyring mechanism) besides the obvious syntactical ones. Also we may should have a short period where both formats are valid to ease the transition further.

septatrix avatar Jul 24 '21 20:07 septatrix