mirror of https://gitlab.com/bashrc2/epicyon
Returned params
parent
002877ac45
commit
ef71c04d00
2
posts.py
2
posts.py
|
@ -329,7 +329,7 @@ def getPersonBox(signingPrivateKeyPem: str, originDomain: str,
|
||||||
projectVersion: str, httpPrefix: str,
|
projectVersion: str, httpPrefix: str,
|
||||||
nickname: str, domain: str,
|
nickname: str, domain: str,
|
||||||
boxName: str = 'inbox',
|
boxName: str = 'inbox',
|
||||||
sourceId=0) -> (str, str, str, str, str, str, str, str, str):
|
sourceId=0) -> (str, str, str, str, str, str, str, bool):
|
||||||
debug = False
|
debug = False
|
||||||
profileStr = 'https://www.w3.org/ns/activitystreams'
|
profileStr = 'https://www.w3.org/ns/activitystreams'
|
||||||
asHeader = {
|
asHeader = {
|
||||||
|
|
Loading…
Reference in New Issue