Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
SDKs
Python SDK
Commits
54c74176
Commit
54c74176
authored
Mar 29, 2021
by
Kyle Longhurst
Browse files
update add_headers
parent
2b019dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
osdu_api/clients/base_client.py
View file @
54c74176
...
...
@@ -90,7 +90,7 @@ class BaseClient:
}
if
(
len
(
add_headers
)
>
0
):
for
key
,
value
in
add_headers
:
for
key
,
value
in
add_headers
.
items
()
:
headers
[
key
]
=
value
response
=
object
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment