forked from indymedia/epicyon
Debug
parent
3ceb900e69
commit
0aa5ce374b
3
posts.py
3
posts.py
|
@ -2925,8 +2925,9 @@ def createBoxIndexed(recentPostsCache: {},
|
||||||
# that this post is moderated
|
# that this post is moderated
|
||||||
arrivalDate = \
|
arrivalDate = \
|
||||||
locateNewsArrival(baseDir, domain, postFilename)
|
locateNewsArrival(baseDir, domain, postFilename)
|
||||||
|
print('Arrival: ' + str(arrivalDate))
|
||||||
if arrivalDate:
|
if arrivalDate:
|
||||||
print('Arrival: ' + str(arrivalDate))
|
print('Arrival: date ' + str(arrivalDate))
|
||||||
# how long has elapsed since this post arrived?
|
# how long has elapsed since this post arrived?
|
||||||
currDate = datetime.datetime.utcnow()
|
currDate = datetime.datetime.utcnow()
|
||||||
timeDiffMins = \
|
timeDiffMins = \
|
||||||
|
|
Loading…
Reference in New Issue