This commit is contained in:
Dominic DiTaranto 2026-04-18 21:15:43 -04:00
parent d741af1a4a
commit 5266d5f292

View file

@ -19,7 +19,7 @@ class RSSGenerator:
self.output_path = f"../{XML_BASE_PATH}/index.xml" if XML_BASE_PATH else "../index.xml" self.output_path = f"../{XML_BASE_PATH}/index.xml" if XML_BASE_PATH else "../index.xml"
if not EXECUTE_FROM_RSS_GENERATOR_DIR: if not EXECUTE_FROM_RSS_GENERATOR_DIR:
self.output_path.replace('../', '') self.output_path = self.output_path.replace('../', '')
self.post_title = None self.post_title = None
self.post_link = None self.post_link = None