From b1df958b6bbb7542d9f5809679545a2842adc972 Mon Sep 17 00:00:00 2001 From: zepp Date: Tue, 1 Oct 2024 06:30:22 -0400 Subject: [PATCH] Added old comment back to file about constant Added comment back to file explaining the sharing of the constant DATETIME_STR --- rss_update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rss_update.py b/rss_update.py index 2a75537..65514f9 100644 --- a/rss_update.py +++ b/rss_update.py @@ -1,6 +1,7 @@ from random import randint import datetime +# 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 # a new picture has been published