Skip to content

Commit

Permalink
change post timeout to 30secs
Browse files Browse the repository at this point in the history
  • Loading branch information
as9934 committed May 3, 2024
1 parent 066ffdc commit ef96eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datawrapper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def post(
self,
url: str,
data: dict | None = None,
timeout: int = 15,
timeout: int = 30,
extra_headers: dict | None = None,
) -> dict | bool:
"""Make a POST request to the Datawrapper API.
Expand Down

0 comments on commit ef96eee

Please sign in to comment.