Open andresmrm opened 8 years ago
On Wed, Dec 16, 2015 at 10:14:38PM -0800, Andrés Martano wrote:
My linter says
feed
is undefined for this line: https://githubcom/wking/rss2email/blob/master/rss2email/feedpy#L439
Yeah, it looks like it is. Should be fixed with #78, which I'll leave open for a day or two in case other folks want to chime in.
I'll leave open for a day or two
You have a long days wherever you live ;) (North Pole, I guess?)
Hello,
This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .
If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?
Cheers, Leo
My linter says
feed
is undefined for this line: https://github.com/wking/rss2email/blob/master/rss2email/feed.py#L439 This line above usesself
instead offeed
, so the linter´s warning makes sense to me, but didn't test the code.