Path on failure

main
Bob Mottram 2021-07-25 14:57:45 +01:00
parent 035b0e2f94
commit 504101d17e
1 changed files with 1 additions and 2 deletions

View File

@ -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,