Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moist-Cat committed Feb 2, 2025
1 parent 8b4c6ec commit 3cc7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptth/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(sys_args):
# Prepare output JSON format
output = {
#"status": response.code,
"status": response.headers,
"status": dict(response.headers),
"body": response.get_body_raw().decode('utf-8') # Assuming body is in bytes and needs to be decoded
}

Expand Down

0 comments on commit 3cc7a97

Please sign in to comment.