We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d0c98 commit 33652f4Copy full SHA for 33652f4
sample.py
@@ -11,7 +11,7 @@
11
12
database = ip2location_python_c.IP2Location()
13
14
-database.open(os.path.join("data", "IPV6-COUNTRY.BIN"))
+database.open(os.path.join("data", "IP-COUNTRY.BIN"))
15
16
rec = database.get_all(ip)
17
0 commit comments