diff --git a/npr_corrections_scraper.py b/npr_corrections_scraper.py index 63c9173..1b1b94b 100644 --- a/npr_corrections_scraper.py +++ b/npr_corrections_scraper.py @@ -21,7 +21,7 @@ # Initialize FeedGenerator fg = FeedGenerator() fg.id(URL) -fg.title('NPR Corrections') +fg.title('NPR Correctifier Bot') fg.author({'name': 'NPR', 'email': 'hmorris@npr.org'}) fg.link(href=URL, rel='alternate') fg.subtitle('Corrections from NPR')