main
Bob Mottram 2021-09-03 15:16:40 +01:00
parent 2a89554bb0
commit f5e8cd1620
1 changed files with 4 additions and 0 deletions

View File

@ -7146,9 +7146,13 @@ class PubServer(BaseHTTPRequestHandler):
print('Regenerating html post for changed likes collection')
likedPostJson = loadJson(likedPostFilename, 0, 1)
if likedPostJson:
cachedPostFilename = \
getCachedPostFilename(baseDir, self.postToNickname,
domain, likedPostJson)
print('Liked post json: ' + str(likedPostJson))
print('Liked post nickname: ' +
self.postToNickname + ' ' + domain)
print('Liked post cache: ' + str(cachedPostFilename))
boxName = 'inbox'
pageNumber = 1
showIndividualPostIcons = True