WIP ajoute generation flux rss
This commit is contained in:
@@ -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"""
|
||||
|
Reference in New Issue
Block a user