Merge pull request #190 from Sikorsky78/patch-1

Update utils.py
This commit is contained in:
Sean Whalen
2020-11-20 11:46:47 -05:00
committed by GitHub
+1 -2
View File
@@ -278,8 +278,7 @@ def get_ip_address_country(ip_address):
"/usr/share/GeoIP/GeoLite2-Country.mmdb",
"/var/lib/GeoIP/GeoLite2-Country.mmdb",
"/var/local/lib/GeoIP/GeoLite2-Country.mmdb",
"%SystemDrive%\\ProgramData\\"
"MaxMind\\GeoIPUpdate\\GeoIP\\GeoLite2-Country.mmdb"
"%SystemDrive%\\ProgramData\\MaxMind\\GeoIPUpdate\\GeoIP\\GeoLite2-Country.mmdb",
"C:\\GeoIP\\GeoLite2-Country.mmdb"
]