Skip to content

Commit ef96eee

Browse files
committed
change post timeout to 30secs
1 parent 066ffdc commit ef96eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datawrapper/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def post(
203203
self,
204204
url: str,
205205
data: dict | None = None,
206-
timeout: int = 15,
206+
timeout: int = 30,
207207
extra_headers: dict | None = None,
208208
) -> dict | bool:
209209
"""Make a POST request to the Datawrapper API.

0 commit comments

Comments
 (0)