Skip to content

Commit 5e4e2ad

Browse files
ensure headers get passed to session get
1 parent c58bf79 commit 5e4e2ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mp_api/client/core/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,7 @@ def _submit_request_and_process(
11761176
verify=verify,
11771177
params=params,
11781178
timeout=timeout,
1179+
headers=self.headers,
11791180
)
11801181
except requests.exceptions.ConnectTimeout:
11811182
raise MPRestError(

0 commit comments

Comments
 (0)