tidying up comments

This commit is contained in:
zepp 2024-07-25 12:30:00 -04:00
parent 62233d9fda
commit 5f16bb34a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from random import randint from random import randint
import datetime 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 from main import DATETIME_STR
# updates the guid given in two places with the RSS file, essential for letting readers know # 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 # refrence: https://cyber.harvard.edu/rss/rss.html#ltguidgtSubelementOfLtitemgt
# also updates pubDate and lastBuildDate # 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): def update_rss_feed(rss_file_name):
rss_file = "" rss_file = ""