Wrong change #2
This commit is contained in:
@@ -222,6 +222,7 @@ def check_request(r, as_json=True):
|
|||||||
except ValueError:
|
except ValueError:
|
||||||
raise FBchatFacebookError('Error while parsing JSON: {!r}'.format(content))
|
raise FBchatFacebookError('Error while parsing JSON: {!r}'.format(content))
|
||||||
check_json(j)
|
check_json(j)
|
||||||
|
log.debug(j)
|
||||||
return j
|
return j
|
||||||
else:
|
else:
|
||||||
return content
|
return content
|
||||||
|
Reference in New Issue
Block a user