Skip to content

Commit

Permalink
feat: define default timeout to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Jul 18, 2024
1 parent 8c9cf5a commit 2039f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamaxi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(
self,
api_key=None,
base_url=None,
timeout=None,
timeout=10,
proxies=None,
show_limit_usage=False,
show_header=False,
Expand Down

0 comments on commit 2039f42

Please sign in to comment.