Skip to content

Commit 0aec285

Browse files
committed
Increase number of returned samples from Expeye
1 parent 081411b commit 0aec285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scaup/crud/samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def get_samples(
135135
return samples
136136

137137
ext_samples = ExternalRequest.request(
138-
Config.ispyb_api.jwt, method="GET", url=f"/shipments/{ext_shipment_id}/samples"
138+
Config.ispyb_api.jwt, method="GET", url=f"/shipments/{ext_shipment_id}/samples?limit=100"
139139
)
140140

141141
if ext_samples.status_code != 200:

0 commit comments

Comments
 (0)