diff options
-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)}) |