diff --git a/updatechecker/updatechecker.py b/updatechecker/updatechecker.py index c1e426c..975e2fd 100644 --- a/updatechecker/updatechecker.py +++ b/updatechecker/updatechecker.py @@ -125,7 +125,7 @@ class UpdateChecker(commands.Cog): except AttributeError: continue else: - url = repo.url + "rss/branch/" + repo.branch + url = repo.url + r"/rss/branch/" + repo.branch response = await self.fetch_feed(url) parsed_url = urlparse(repo.url) try: