mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
3d5aad4aa7
commit
fbdca72a0e
|
@ -9088,7 +9088,9 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
boxpath, httpPrefix, None)
|
||||
self.headers['signature'] = signatureHeader
|
||||
if atPath:
|
||||
print('@ detected actor ' + str(actorJson))
|
||||
print('@ detected actor: ' + str(actorJson))
|
||||
print('@ detected headers: ' +
|
||||
str(self.headers).replace('\n', ', '))
|
||||
self._write(msg)
|
||||
else:
|
||||
self._404()
|
||||
|
|
Loading…
Reference in New Issue