diff --git a/posts.py b/posts.py index 142ca2d4..11f4f7b1 100644 --- a/posts.py +++ b/posts.py @@ -2925,8 +2925,9 @@ def createBoxIndexed(recentPostsCache: {}, # that this post is moderated arrivalDate = \ locateNewsArrival(baseDir, domain, postFilename) + print('Arrival: ' + str(arrivalDate)) if arrivalDate: - print('Arrival: ' + str(arrivalDate)) + print('Arrival: date ' + str(arrivalDate)) # how long has elapsed since this post arrived? currDate = datetime.datetime.utcnow() timeDiffMins = \