mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
9e1a26c764
commit
247c689c62
|
@ -6935,10 +6935,12 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
|
||||
# generate the html for the announce
|
||||
if announceJson and announceFilename:
|
||||
if debug:
|
||||
print('Generating html post for announce')
|
||||
cachedPostFilename = \
|
||||
getCachedPostFilename(baseDir, self.postToNickname,
|
||||
domain, announceJson)
|
||||
if debug:
|
||||
print('Announced post json: ' + str(announceJson))
|
||||
print('Announced post nickname: ' +
|
||||
self.postToNickname + ' ' + domain)
|
||||
|
|
Loading…
Reference in New Issue