We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c912f84 commit 8c9b5fbCopy full SHA for 8c9b5fb
ip2geo/client.py
@@ -4,7 +4,7 @@
4
class Ip2Geo:
5
BASE_URL = "https://api.ip2geoapi.com/ip"
6
7
- def __init__(self, api_key: str | None = None, timeout: int = 10):
+ def __init__(self, api_key: str | None = None, timeout: int = 60):
8
self.api_key = api_key
9
self.timeout = timeout
10
0 commit comments