edsu / feediverse

Send RSS/Atom feeds to Mastodon
MIT License
116 stars 25 forks source link

Use yaml.safe_load() instaead of yaml.load() to load config #9

Closed DirkR closed 4 years ago

DirkR commented 4 years ago

Use yaml.safe_load() instaead of yaml.load(), because the later ist deprecated and throws a warning.

DirkR commented 4 years ago

There is already a pull request (#8 from @htgoebel) fixing this.