Skip to content

Commit 1f342a2

Browse files
committed
add NETSPEED_Edition_* databases to "supported"
Since, well, the API claims to be supporting them (and soon will!)
1 parent 33b76fa commit 1f342a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pygeoip/const.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,13 @@
408408
ASNUM_EDITION = 9
409409
ASNUM_EDITION_V6 = 21
410410
NETSPEED_EDITION = 10
411-
# Not yet supported databases
412-
PROXY_EDITION = 8
413411
NETSPEED_EDITION_REV1 = 32
414412
NETSPEED_EDITION_REV1_V6 = 33
415413

414+
# Not yet supported databases
415+
PROXY_EDITION = 8
416+
417+
416418
# Collection of databases
417419
IPV6_EDITIONS = (COUNTRY_EDITION_V6, ASNUM_EDITION_V6, CITY_EDITION_REV1_V6)
418420
CITY_EDITIONS = (CITY_EDITION_REV0, CITY_EDITION_REV1, CITY_EDITION_REV1_V6)

0 commit comments

Comments
 (0)