Indicate presence of signing key

merge-requests/22/merge
Bob Mottram 2021-09-15 12:09:16 +01:00
parent a8fa0e92d5
commit 54ad4859cd
1 changed files with 6 additions and 0 deletions

View File

@ -3874,6 +3874,12 @@ def getPublicPostsOfPerson(baseDir: str, nickname: str, domain: str,
originDomain: str) -> None:
""" This is really just for test purposes
"""
if debug:
if signingPrivateKeyPem:
print('Signing key available')
else:
print('Signing key missing')
print('Starting new session for getting public posts')
session = createSession(proxyType)
if not session: