mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
9e1a26c764
commit
247c689c62
12
daemon.py
12
daemon.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue