diff --git a/rtlinks.py b/rtlinks.py index 19e21696853a46a26d4e436adcc043c587dc70c6..7b4425b1c07eb40a0db78db0932ff70c272fdf5d 100755 --- a/rtlinks.py +++ b/rtlinks.py @@ -74,7 +74,7 @@ class RTLinksPlugin(Plugin): api_show = '{}ticket/{}/show'.format(self.api, number) async with self.http.get(api_show, headers=self.headers) as response: content = await response.text() - ticket = dict(self.regex.findall(content)) + ticket = dict(self.regex_properties.findall(content)) markdown_link = await self.get_markdown_link(number) markdown = "{} ({}) is **{}** in **{}** from {}".format( markdown_link,