From f721abc096eedd1443fddbb469609364d1b016dd Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Sun, 21 Jan 2018 17:25:55 +0100 Subject: fix url for khaganat's forum --- src/khaganatForum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/khaganatForum.py') 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)}) -- cgit v1.2.1