diff options
Diffstat (limited to 'searx/engines/photon.py')
-rw-r--r-- | searx/engines/photon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/photon.py b/searx/engines/photon.py index 2ea393679..43c41bf46 100644 --- a/searx/engines/photon.py +++ b/searx/engines/photon.py @@ -87,7 +87,7 @@ def response(resp): properties.get('extent')[2], ] else: - # TODO: better boundingbox calculation + # better boundingbox calculation? boundingbox = [ geojson['coordinates'][1], geojson['coordinates'][1], |