Skip to content

Commit 8c9b5fb

Browse files
authored
Update client.py
1 parent c912f84 commit 8c9b5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ip2geo/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Ip2Geo:
55
BASE_URL = "https://api.ip2geoapi.com/ip"
66

7-
def __init__(self, api_key: str | None = None, timeout: int = 10):
7+
def __init__(self, api_key: str | None = None, timeout: int = 60):
88
self.api_key = api_key
99
self.timeout = timeout
1010

0 commit comments

Comments
 (0)