Skip to content

Commit

Permalink
prolly need that
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed May 2, 2024
1 parent 83fea2b commit ed9b9d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labapp/app/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def cloudapp_req_headers(session, url, timeout, headers):
response.raise_for_status()
data = response.json()
req_headers = CaseInsensitiveDict(data['request_headers'])
print(data)
for header in headers:
head_value = req_headers.get(header)
if not head_value:
Expand Down

0 comments on commit ed9b9d2

Please sign in to comment.