Skip to content

Commit

Permalink
Update Photon domain (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
yrafalin committed Apr 3, 2021
1 parent 8eb2c82 commit a03d21c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geopy/geocoders/photon.py
Expand Up @@ -11,7 +11,7 @@

class Photon(Geocoder):
"""Geocoder using Photon geocoding service (data based on OpenStreetMap
and service provided by Komoot on https://photon.komoot.de).
and service provided by Komoot on https://photon.komoot.io).
Documentation at:
https://github.com/komoot/photon
Expand All @@ -29,7 +29,7 @@ def __init__(
scheme=None,
timeout=DEFAULT_SENTINEL,
proxies=DEFAULT_SENTINEL,
domain='photon.komoot.de',
domain='photon.komoot.io',
user_agent=None,
ssl_context=DEFAULT_SENTINEL,
adapter_factory=None
Expand All @@ -46,7 +46,7 @@ def __init__(
See :attr:`geopy.geocoders.options.default_proxies`.
:param str domain: Should be the localized Photon domain to
connect to. The default is ``'photon.komoot.de'``, but you
connect to. The default is ``'photon.komoot.io'``, but you
can change it to a domain of your own.
:param str user_agent:
Expand Down

0 comments on commit a03d21c

Please sign in to comment.