Skip to content

Commit b037619

Browse files
committed
consolidate country api
1 parent 489d5ee commit b037619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subvortex/core/country/country.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_country(ip: str):
6363
(_get_country_by_ipinfo_io, "ipinfo"), # Highest accuracy (~99%)
6464
(_get_country_by_ip_api, "ip_api"), # Very high accuracy (~98%)
6565
(_get_country_by_country_is, "country_is"), # Good accuracy (~95%)
66-
(_get_country_by_subvortex_api, "subvortex"), # Custom API
66+
# (_get_country_by_subvortex_api, "subvortex"), # Custom API - Not ready yet
6767
# (_get_country_by_my_api, "my_api"), # Down
6868
]
6969

0 commit comments

Comments
 (0)