fix(updatechecker): hopefully fixed detecting rss changes
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 25s
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 25s
This commit is contained in:
parent
130fc6028a
commit
3bf508859b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue