diff --git a/project-installcheck.py b/project-installcheck.py index 1b063f33..e07fc54f 100755 --- a/project-installcheck.py +++ b/project-installcheck.py @@ -77,7 +77,7 @@ class RepoChecker(): if comment.get('package') in comments: continue self.logger.info("Removing comment for package {}".format(comment.get('package'))) - url = makeurl(self.apiurl, [comment, comment.get('id')]) + url = makeurl(self.apiurl, ['comment', comment.get('id')]) http_DELETE(url) commentapi = CommentAPI(self.apiurl)