forked from indymedia/epicyon
More debug
parent
d1b0adbd86
commit
99e738ae65
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue