Skip to content

Commit

Permalink
Merge pull request #419 from as9934/main
Browse files Browse the repository at this point in the history
change post timeout to 30secs
  • Loading branch information
chekos authored Jul 15, 2024
2 parents 21a870f + ef96eee commit 1f991ae
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 1f991ae

Please sign in to comment.