Skip to content

Commit a4963f1

Browse files
committed
🐛 Ensure timeout argument is used in POST
1 parent 27e14af commit a4963f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/api/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def post(
103103
headers=headers,
104104
params=params,
105105
data=data_sent,
106-
timeout=DEFAULT_API_TIMEOUT,
106+
timeout=timeout,
107107
files=files,
108108
)
109109

0 commit comments

Comments
 (0)