merge-requests/8/head
Bob Mottram 2020-10-09 13:31:14 +01:00
parent 3ceb900e69
commit 0aa5ce374b
1 changed files with 2 additions and 1 deletions

View File

@ -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 = \