merge-requests/30/head
Bob Mottram 2022-02-15 15:12:18 +00:00
parent 517cb75801
commit e8ca863562
1 changed files with 1 additions and 2 deletions

View File

@ -1208,8 +1208,7 @@ class PubServer(BaseHTTPRequestHandler):
self._503()
return True
self.server.vcard_is_active = True
if self.server.debug:
print('DEBUG: vcard ' + path)
print('vcard actor ' + actor_filename)
actor_json = None
actor_filename = \
acct_dir(base_dir, nickname, domain) + '.json'