From 3bf508859b215460fdd7159f1b0e56748948ae7b Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 13:47:45 +0000 Subject: [PATCH] fix(updatechecker): hopefully fixed detecting rss changes --- updatechecker/updatechecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: