Closed DirkR closed 4 years ago
Use yaml.safe_load() instaead of yaml.load(), because the later ist deprecated and throws a warning.
There is already a pull request (#8 from @htgoebel) fixing this.
Use yaml.safe_load() instaead of yaml.load(), because the later ist deprecated and throws a warning.