mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
ce5c50f544
commit
5926b17472
4
inbox.py
4
inbox.py
|
@ -1611,8 +1611,8 @@ def _receiveAnnounce(recentPostsCache: {},
|
||||||
manuallyApproveFollowers = \
|
manuallyApproveFollowers = \
|
||||||
followerApprovalActive(baseDir, nickname, domain)
|
followerApprovalActive(baseDir, nickname, domain)
|
||||||
notDM = True
|
notDM = True
|
||||||
if debug:
|
#if debug:
|
||||||
print('Generating html for announce ' + postJsonObject['id'])
|
print('Generating html for announce ' + postJsonObject['id'])
|
||||||
announceHtml = \
|
announceHtml = \
|
||||||
individualPostAsHtml(signingPrivateKeyPem, True,
|
individualPostAsHtml(signingPrivateKeyPem, True,
|
||||||
recentPostsCache, maxRecentPosts,
|
recentPostsCache, maxRecentPosts,
|
||||||
|
|
Loading…
Reference in New Issue