forked from openlp/openlp
Revert previous change.
This commit is contained in:
parent
2508e71a44
commit
706fa7ff49
@ -332,12 +332,7 @@ class HttpConnection(object):
|
|||||||
args = []
|
args = []
|
||||||
for param in match.groups():
|
for param in match.groups():
|
||||||
args.append(param)
|
args.append(param)
|
||||||
try:
|
response = func(*args)
|
||||||
response = func(*args)
|
|
||||||
except ValueError as error:
|
|
||||||
log.exception(u'Error while decoding JSON message '
|
|
||||||
'from remote browser.')
|
|
||||||
return False
|
|
||||||
break
|
break
|
||||||
if response:
|
if response:
|
||||||
self.send_response(response)
|
self.send_response(response)
|
||||||
|
Loading…
Reference in New Issue
Block a user