aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2018-01-21 17:25:55 +0100
committerNeodarZ <neodarz@neodarz.net>2018-01-21 17:25:55 +0100
commitf721abc096eedd1443fddbb469609364d1b016dd (patch)
tree5c38ca1a0236f598b143e16b4d84e33f913847ae
parent70eea5c1874ef3fffe59c5ab0a03dae25beb2d25 (diff)
downloadryzomcore_searx-f721abc096eedd1443fddbb469609364d1b016dd.tar.xz
ryzomcore_searx-f721abc096eedd1443fddbb469609364d1b016dd.zip
fix url for khaganat's forum
-rw-r--r--src/khaganatForum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/khaganatForum.py b/src/khaganatForum.py
index 781a1cf..a129dc6 100644
--- a/src/khaganatForum.py
+++ b/src/khaganatForum.py
@@ -118,7 +118,7 @@ def response(resp):
# append result
results.append({'title': title,
'content': content,
- 'url': base_url + res_url,
+ 'url': res_url,
'publishedDate': datetime(int(year), Month, int(day), 3, 1, 42)})