Added old comment back to file about constant
Added comment back to file explaining the sharing of the constant DATETIME_STR
This commit is contained in:
parent
55d2922a09
commit
b1df958b6b
|
@ -1,6 +1,7 @@
|
||||||
from random import randint
|
from random import randint
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
|
# 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
|
||||||
# a new picture has been published
|
# a new picture has been published
|
||||||
|
|
Loading…
Reference in New Issue