edsu / feediverse

Send RSS/Atom feeds to Mastodon
MIT License
113 stars 23 forks source link

yaml warning from feediverse #15

Closed steinarb closed 3 years ago

steinarb commented 4 years ago

When being run feediverse outputs the following warning

/usr/local/lib/python3.7/dist-packages/feediverse.py:48: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  config = yaml.load(fh)
htgoebel commented 3 years ago

This is already fixed in https://github.com/edsu/feediverse/pull/8

edsu commented 3 years ago

This should be fixed since #8 has been applied. Thanks!