mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
2a89554bb0
commit
f5e8cd1620
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue