From 16941098453252415c76abc4468ac4e5459124b2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 23 May 2021 16:58:03 -0600 Subject: ACTUALLY add missing config obj lol --- src/pyssg/rss.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pyssg/rss.py b/src/pyssg/rss.py index 07776e1..ab2dff1 100644 --- a/src/pyssg/rss.py +++ b/src/pyssg/rss.py @@ -14,6 +14,7 @@ class RSSBuilder: def __init__(self, config: Configuration, template: str, pages: list[Page]): + self.config: Configuration = config self.rss: str = template self.pages: list[Page] = pages -- cgit v1.2.3-70-g09d2