chore: treat webhook.url as secret

This commit is contained in:
Matthias
2025-05-20 07:05:03 +02:00
parent ad5d2a36bc
commit 8c999cd60c

View File

@@ -29,6 +29,7 @@ def sanitize_config(config: Config, *, show_sensitive: bool = False) -> Config:
"telegram.chat_id",
"discord.webhook_url",
"api_server.password",
"webhook.url",
]
config = deepcopy(config)
for key in keys_to_remove: