Skip to content

Commit

Permalink
Update pycarwings2.py
Browse files Browse the repository at this point in the history
2nd change removed, because it is not needed on the OpenWB software platform.
  • Loading branch information
mekrapp authored Jun 8, 2024
1 parent d357f44 commit eca2439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/soc_leaf/pycarwings2.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _request(self, endpoint, params):
else:
params["custom_sessionid"] = ""

req = Request('POST', url=BASE_URL + endpoint, data=params, headers={"User-Agent": ""}).prepare()
req = Request('POST', url=BASE_URL + endpoint, data=params).prepare()

log.debug("invoking carwings API: %s" % req.url)
log.debug("params: %s" % json.dumps(
Expand Down

0 comments on commit eca2439

Please sign in to comment.