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, \ messageJson, \
self.server.maxReplies, \ self.server.maxReplies, \
self.server.debug) self.server.debug)
else:
print('ERROR: unable to post vote to outbox')
else: else:
print('ERROR: unable to create vote') print('ERROR: unable to create vote')
self._redirect_headers(actor+'/inbox?page='+str(pageNumber),cookie) self._redirect_headers(actor+'/inbox?page='+str(pageNumber),cookie)