Skip to content

Commit

Permalink
Merge pull request #60 from JadenFiotto-Kaufman/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JadenFiotto-Kaufman authored Jan 23, 2024
2 parents 3ab9d7c + 6434d92 commit c9aa82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnsight/contexts/Runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def blocking_request(self, request: pydantics.RequestModel):
request.session_id = sio.sid

# Submit request via
response = requests.post(f"https://{CONFIG.API.HOST}/request", json=request.model_dump(exclude_none=True, mode='json'))
response = requests.post(f"https://{CONFIG.API.HOST}/request", json=request.model_dump(exclude=['id', 'received']))
response = pydantics.ResponseModel(**response.json())

print(response)
Expand Down

0 comments on commit c9aa82b

Please sign in to comment.