From 5f16bb34a3a5a493d649b0954c7d59e2752b50c5 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 25 Jul 2024 12:30:00 -0400 Subject: [PATCH] tidying up comments --- rss_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rss_update.py b/rss_update.py index 4afc017..d8edd52 100644 --- a/rss_update.py +++ b/rss_update.py @@ -1,6 +1,6 @@ from random import randint import datetime -#might as well use the datetime we made in main for consistency +# might as well use the datetime we made in main.py for consistency from main import DATETIME_STR # updates the guid given in two places with the RSS file, essential for letting readers know @@ -9,7 +9,7 @@ from main import DATETIME_STR # refrence: https://cyber.harvard.edu/rss/rss.html#ltguidgtSubelementOfLtitemgt # also updates pubDate and lastBuildDate -# finay, updates the image name as well +# finally, updates the image name as well def update_rss_feed(rss_file_name): rss_file = ""