aurelg / feedspora

FeedSpora posts RSS/Atom feeds to your social network accounts.
35 stars 5 forks source link

Clean up initialization/usage of client vars #49

Closed wilddeej closed 5 years ago

wilddeej commented 5 years ago

The client variables _tags, _tag_filter_opts, and _url_shortener_opts should each be initialized to None. This will also mean that various places within the module (and its tests) will need to compensate for a value of None (that code is currently expecting at least an empty list/dict as a value).