Skip to content

Commit

Permalink
debug print response content
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Feb 13, 2024
1 parent bb1776b commit b29d312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scilpy/io/fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def save_response_content(response, destination):

session = requests.Session()
response = session.get(url, stream=True)
print(response.headers)
print(response.content)

save_response_content(response, destination)

Expand Down

0 comments on commit b29d312

Please sign in to comment.