diff --git a/isso/views/comments.py b/isso/views/comments.py index b76be46..542c600 100644 --- a/isso/views/comments.py +++ b/isso/views/comments.py @@ -887,7 +887,7 @@ class API(object): except ValueError: return BadRequest("limit should be integer") comments = self.comments.fetch(**args) - base = conf.get('base') + base = conf.get('base').rstrip('/') hostname = urlparse(base).netloc # Let's build an Atom feed.