Skip to content

Commit

Permalink
Update requester.py (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian authored Jan 10, 2022
1 parent 8f28051 commit 8a1eec3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connectedcar/requester.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def call(method, url, **kwargs):
response = requests.request(method, url, timeout=310, **kwargs)
code = response.status_code

print(response.json())

if response.ok:
return response
elif code == 400:
Expand Down

0 comments on commit 8a1eec3

Please sign in to comment.