Skip to content

Commit

Permalink
Log lamadava response
Browse files Browse the repository at this point in the history
Handy for troubleshooting.
  • Loading branch information
mariocj89 committed Feb 20, 2024
1 parent fcee672 commit ac20f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eas/api/instagram/lamadava.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ def fetch_comments(media_pk): # pragma: no cover
)
if not response.ok:
LOG.error("Failed lamadava request! %s", response.text)
LOG.debug("Lamadava response: %s", response)
response.raise_for_status()
return response.json()

0 comments on commit ac20f9c

Please sign in to comment.