mirror of https://gitlab.com/bashrc2/epicyon
Indicate presence of signing key
parent
a8fa0e92d5
commit
54ad4859cd
6
posts.py
6
posts.py
|
@ -3874,6 +3874,12 @@ def getPublicPostsOfPerson(baseDir: str, nickname: str, domain: str,
|
||||||
originDomain: str) -> None:
|
originDomain: str) -> None:
|
||||||
""" This is really just for test purposes
|
""" 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')
|
print('Starting new session for getting public posts')
|
||||||
session = createSession(proxyType)
|
session = createSession(proxyType)
|
||||||
if not session:
|
if not session:
|
||||||
|
|
Loading…
Reference in New Issue