mirror of https://gitlab.com/bashrc2/epicyon
Path on failure
parent
035b0e2f94
commit
504101d17e
|
@ -10706,8 +10706,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
msglen, None, callingDomain)
|
msglen, None, callingDomain)
|
||||||
self._write(msg)
|
self._write(msg)
|
||||||
return
|
return
|
||||||
else:
|
self.path = '/'
|
||||||
self.path = '/'
|
|
||||||
|
|
||||||
# minimal mastodon api
|
# minimal mastodon api
|
||||||
if self._mastoApi(self.path, callingDomain, authorized,
|
if self._mastoApi(self.path, callingDomain, authorized,
|
||||||
|
|
Loading…
Reference in New Issue