merge-requests/30/head
Bob Mottram 2021-10-13 18:13:12 +01:00
parent 9e1a26c764
commit 247c689c62
1 changed files with 7 additions and 5 deletions

View File

@ -6935,14 +6935,16 @@ class PubServer(BaseHTTPRequestHandler):
# generate the html for the announce # generate the html for the announce
if announceJson and announceFilename: if announceJson and announceFilename:
print('Generating html post for announce') if debug:
print('Generating html post for announce')
cachedPostFilename = \ cachedPostFilename = \
getCachedPostFilename(baseDir, self.postToNickname, getCachedPostFilename(baseDir, self.postToNickname,
domain, announceJson) domain, announceJson)
print('Announced post json: ' + str(announceJson)) if debug:
print('Announced post nickname: ' + print('Announced post json: ' + str(announceJson))
self.postToNickname + ' ' + domain) print('Announced post nickname: ' +
print('Announced post cache: ' + str(cachedPostFilename)) self.postToNickname + ' ' + domain)
print('Announced post cache: ' + str(cachedPostFilename))
showIndividualPostIcons = True showIndividualPostIcons = True
manuallyApproveFollowers = \ manuallyApproveFollowers = \
followerApprovalActive(baseDir, followerApprovalActive(baseDir,