We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbbb70 commit 943b215Copy full SHA for 943b215
src/vws/query.py
@@ -154,7 +154,7 @@ def query(
154
status_code=requests_response.status_code,
155
headers=dict(requests_response.headers),
156
request_body=requests_response.request.body,
157
- raw=requests_response.raw,
+ tell_position=requests_response.raw.tell(),
158
)
159
160
if response.status_code == HTTPStatus.REQUEST_ENTITY_TOO_LARGE:
src/vws/vws.py
@@ -125,7 +125,7 @@ def _target_api_request(
125
126
127
128
129
130
131
0 commit comments