Skip to content

Commit

Permalink
more manual logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex authored Aug 22, 2023
1 parent 87c629e commit 6bced07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moody/moody.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ def download_file(url, filename, chunk_size, headers):
output.write(chunk)
output.flush()
r.close()
print(r.request)
print(r.request.url)
print(r.request.headers)
print(r.request.body)
output.flush()
if str(filename).endswith('.zip'):
shutil.unpack_archive(filename)
Expand Down

0 comments on commit 6bced07

Please sign in to comment.