mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
517cb75801
commit
e8ca863562
|
@ -1208,8 +1208,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self._503()
|
self._503()
|
||||||
return True
|
return True
|
||||||
self.server.vcard_is_active = True
|
self.server.vcard_is_active = True
|
||||||
if self.server.debug:
|
print('vcard actor ' + actor_filename)
|
||||||
print('DEBUG: vcard ' + path)
|
|
||||||
actor_json = None
|
actor_json = None
|
||||||
actor_filename = \
|
actor_filename = \
|
||||||
acct_dir(base_dir, nickname, domain) + '.json'
|
acct_dir(base_dir, nickname, domain) + '.json'
|
||||||
|
|
Loading…
Reference in New Issue