fix(updatechecker): hopefully fixed detecting rss changes

This commit is contained in:
Seaswimmer 2024-01-07 13:47:45 +00:00
parent 130fc6028a
commit 3bf508859b
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -125,7 +125,7 @@ class UpdateChecker(commands.Cog):
except AttributeError: except AttributeError:
continue continue
else: else:
url = repo.url + "rss/branch/" + repo.branch url = repo.url + r"/rss/branch/" + repo.branch
response = await self.fetch_feed(url) response = await self.fetch_feed(url)
parsed_url = urlparse(repo.url) parsed_url = urlparse(repo.url)
try: try: