merge-requests/30/head
Bob Mottram 2021-08-31 17:44:49 +01:00
parent 4bf11a34ce
commit 0b3bed070d
1 changed files with 2 additions and 0 deletions

View File

@ -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']