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