summaryrefslogtreecommitdiff
path: root/searx/engines/photon.py
diff options
context:
space:
mode:
authorMohamed Elashri <muhammadelashri@gmail.com>2022-09-30 23:06:54 +0000
committerGitHub <noreply@github.com>2022-09-30 23:06:54 +0000
commit8d5653e60d5299979c0de5e55b1c5ca0bee8190c (patch)
tree8dc02b7663a5c9c91b09483e4499a612d9823698 /searx/engines/photon.py
parent212c98c9f55dc602f57b4f01a73192450e9782b7 (diff)
parent62324655ff0d2e6f234b3e31413877b4b4a7a9fa (diff)
Merge branch 'searxng:master' into master
Diffstat (limited to 'searx/engines/photon.py')
-rw-r--r--searx/engines/photon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/photon.py b/searx/engines/photon.py
index 16ea88194..2ea393679 100644
--- a/searx/engines/photon.py
+++ b/searx/engines/photon.py
@@ -70,7 +70,7 @@ def response(resp):
elif properties.get('osm_type') == 'R':
osm_type = 'relation'
else:
- # continue if invalide osm-type
+ # continue if invalid osm-type
continue
url = result_base_url.format(osm_type=osm_type, osm_id=properties.get('osm_id'))