summaryrefslogtreecommitdiff
path: root/src/pyssg/rss.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/rss.py')
-rw-r--r--src/pyssg/rss.py1
1 files changed, 1 insertions, 0 deletions
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