Final finetunings of rpc_fill messages

This commit is contained in:
Matthias
2021-04-20 19:36:30 +02:00
parent efbe0843be
commit f821ef5aec
3 changed files with 22 additions and 2 deletions

View File

@@ -314,7 +314,8 @@ def get_default_conf(testdatadir):
"telegram": {
"enabled": True,
"token": "token",
"chat_id": "0"
"chat_id": "0",
"notification_settings": {},
},
"datadir": str(testdatadir),
"initial_state": "running",