diff --git a/app/modules/msc_getter.py b/app/modules/msc_getter.py index 2bdf147..1da5f15 100644 --- a/app/modules/msc_getter.py +++ b/app/modules/msc_getter.py @@ -117,7 +117,7 @@ class MSCGetter(niobot.Module): lines = [] for m in matches: - no = m.group(2) + no = m.group(3) if no: data = await self.get_msc_with_cache(int(no)) if data.get("error"):