Skip to content

Commit 33652f4

Browse files
committed
Update sample.py
1 parent 98d0c98 commit 33652f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
database = ip2location_python_c.IP2Location()
1313

14-
database.open(os.path.join("data", "IPV6-COUNTRY.BIN"))
14+
database.open(os.path.join("data", "IP-COUNTRY.BIN"))
1515

1616
rec = database.get_all(ip)
1717

0 commit comments

Comments
 (0)