diff options
author | NeodarZ <neodarz@neodarz.net> | 2018-01-21 17:25:55 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2018-01-21 17:25:55 +0100 |
commit | f721abc096eedd1443fddbb469609364d1b016dd (patch) | |
tree | 5c38ca1a0236f598b143e16b4d84e33f913847ae /src | |
parent | 70eea5c1874ef3fffe59c5ab0a03dae25beb2d25 (diff) | |
download | ryzomcore_searx-f721abc096eedd1443fddbb469609364d1b016dd.tar.xz ryzomcore_searx-f721abc096eedd1443fddbb469609364d1b016dd.zip |
fix url for khaganat's forum
Diffstat (limited to 'src')
-rw-r--r-- | src/khaganatForum.py | 2 |
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)}) |