Skip to content

Commit 5162f55

Browse files
committed
fix timeout param name
1 parent a2a0994 commit 5162f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/src/osparc/_api_files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def _search_files(
254254
kwargs = {
255255
"file_id": file_id,
256256
"sha256_checksum": sha256_checksum,
257-
"timeout_seconds": timeout_seconds,
257+
"_request_timeout": timeout_seconds,
258258
}
259259

260260
def _pagination_method():

0 commit comments

Comments
 (0)