mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
4bf11a34ce
commit
0b3bed070d
|
@ -10268,8 +10268,10 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
enableSharedInbox: bool) -> bool:
|
enableSharedInbox: bool) -> bool:
|
||||||
"""Shows the instance actor
|
"""Shows the instance actor
|
||||||
"""
|
"""
|
||||||
|
print('Instance actor requested by ' + callingDomain)
|
||||||
actorJson = personLookup(domain, path, baseDir)
|
actorJson = personLookup(domain, path, baseDir)
|
||||||
if not actorJson:
|
if not actorJson:
|
||||||
|
print('ERROR: no instance actor found')
|
||||||
self._404()
|
self._404()
|
||||||
return False
|
return False
|
||||||
acceptStr = self.headers['Accept']
|
acceptStr = self.headers['Accept']
|
||||||
|
|
Loading…
Reference in New Issue