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 = ""