Hello,
I noticed that the README file instructions for configuration say to copy the configuration template to a new file named "config.json" then rewrite its content to the provided code. But the function (load_config) that loads the configuration file has the configuration template hardcoded and not the newly created config file. A simple if-else statement could solve this by looking for "config.json" first then adding a fallback to the template if the "config.json" is not found.
Hello,
I noticed that the README file instructions for configuration say to copy the configuration template to a new file named "config.json" then rewrite its content to the provided code. But the function (load_config) that loads the configuration file has the configuration template hardcoded and not the newly created config file. A simple if-else statement could solve this by looking for "config.json" first then adding a fallback to the template if the "config.json" is not found.