feed: Pass config and section arguments to get_message()
authorW. Trevor King <wking@tremily.us>
Wed, 23 Jan 2013 22:51:50 +0000 (17:51 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Jan 2013 22:51:50 +0000 (17:51 -0500)
commitf89c64c88bfd29966df45fe9328914d050880053
tree4e6e29fb583bcdeb49a7ba02e85ea0bbc24a99d0
parentc1b6864b978f5248a2ed246848aac5da0399ad47
feed: Pass config and section arguments to get_message()

Otherwise it will always use the default config.

Also add section fallback code to get_message in case the
feed-specific section is not in the config file.  This is useful for
testing, although in production every feed should have a section to
hold it's URL.

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/email.py
rss2email/feed.py