Skip to content

Commit 8c999cd

Browse files
committed
chore: treat webhook.url as secret
1 parent ad5d2a3 commit 8c999cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freqtrade/configuration/config_secrets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def sanitize_config(config: Config, *, show_sensitive: bool = False) -> Config:
2929
"telegram.chat_id",
3030
"discord.webhook_url",
3131
"api_server.password",
32+
"webhook.url",
3233
]
3334
config = deepcopy(config)
3435
for key in keys_to_remove:

0 commit comments

Comments
 (0)