Wrong change #2

This commit is contained in:
kapi2289
2018-07-20 11:56:39 +02:00
committed by GitHub
parent ed7466621f
commit f66d98bcfe

View File

@@ -222,6 +222,7 @@ def check_request(r, as_json=True):
except ValueError:
raise FBchatFacebookError('Error while parsing JSON: {!r}'.format(content))
check_json(j)
log.debug(j)
return j
else:
return content