mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Disable telegram from default_conf
This commit is contained in:
@@ -504,7 +504,7 @@ def get_default_conf(testdatadir):
|
||||
{"method": "StaticPairList"}
|
||||
],
|
||||
"telegram": {
|
||||
"enabled": True,
|
||||
"enabled": False,
|
||||
"token": "token",
|
||||
"chat_id": "0",
|
||||
"notification_settings": {},
|
||||
|
||||
Reference in New Issue
Block a user