Skip to content

Commit

Permalink
docs: small documentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 20, 2021
1 parent cf7b468 commit 6d5bac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appier/geo.py
Expand Up @@ -52,8 +52,8 @@ class GeoResolver(object):
information database (to be used in execution) """

DOWNLOAD_URL = "https://files.bemisc.com/maxmind/GeoLite2-City.mmdb.gz"
""" The URL to the compressed version of the GeoIP
city database used for resolution """
""" The URL to the gzip compressed version of the
GeoIP city database used for geo resolution """

VALID = ("continent", "country", "city", "location")
""" The sequence of names that are considered to be valid
Expand Down

0 comments on commit 6d5bac3

Please sign in to comment.