WIP ajoute generation flux rss

This commit is contained in:
Florestan Bredow
2025-06-06 08:41:37 +02:00
parent ca58f85738
commit 1e30909e52
3 changed files with 17 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ from pathlib import Path
class Config:
_conf = dict()
_list_valid_parameters = {"inbox", "outbox", "theme", "title", "presentation"}
_list_valid_parameters = {"inbox", "outbox", "theme", "title", "presentation", "url"}
def __init__(self, config_file: Path):
"""Constructeur : charge les paramètres depuis le fichier de configuration"""