Skip to content

Commit

Permalink
add default for timeout=60
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Jan 8, 2019
1 parent 1935fa5 commit a9a81f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrouteservice/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Client(object):

def __init__(self, key=None,
base_url=_DEFAULT_BASE_URL,
timeout=None,
timeout=60,
retry_timeout=60,
requests_kwargs=None,
queries_per_minute=40,
Expand Down

0 comments on commit a9a81f0

Please sign in to comment.