WIP: Add UpdateChecker cog #14
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue