Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
added debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelm-bink committed Mar 4, 2024
1 parent c70e532 commit 5f3c583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions punchh.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ def on_post(self, req, resp):

resp.status = falcon.HTTP_200
resp.content_type = falcon.MEDIA_JSON
logging.error(f'>>> {response.text}')
resp.media = json.loads(response.text)

0 comments on commit 5f3c583

Please sign in to comment.