Skip to content

Commit

Permalink
Wrong change #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kapi2289 authored Jul 20, 2018
1 parent ed74666 commit f66d98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbchat/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f66d98b

Please sign in to comment.