Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ConfigParser.getboolean to check config value.
Using the dict access method will raise a KeyError when the config file is present but this section or value is missing.
- Loading branch information