Disable telegram from default_conf

This commit is contained in:
Matthias
2023-04-15 17:39:23 +02:00
parent a78672c10b
commit 20d17cbc52
3 changed files with 15 additions and 4 deletions

View File

@@ -504,7 +504,7 @@ def get_default_conf(testdatadir):
{"method": "StaticPairList"}
],
"telegram": {
"enabled": True,
"enabled": False,
"token": "token",
"chat_id": "0",
"notification_settings": {},