More debug

main2
Bob Mottram 2019-11-08 10:27:08 +00:00
parent d1b0adbd86
commit 99e738ae65
1 changed files with 2 additions and 0 deletions

View File

@ -3568,6 +3568,8 @@ class PubServer(BaseHTTPRequestHandler):
messageJson, \
self.server.maxReplies, \
self.server.debug)
else:
print('ERROR: unable to post vote to outbox')
else:
print('ERROR: unable to create vote')
self._redirect_headers(actor+'/inbox?page='+str(pageNumber),cookie)