From 18db2ee3cca3b1600ca2c9575783042a0e36ffd8 Mon Sep 17 00:00:00 2001 From: "Holly J. Morris" Date: Wed, 4 Oct 2023 21:42:32 -0400 Subject: [PATCH] renamed --- npr_corrections_scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')