Add bot_name setting

allows naming the bot to simply differentiate when running different
bots.
This commit is contained in:
Matthias
2021-01-16 16:19:49 +01:00
parent 572f5f9186
commit 53c208197d
10 changed files with 10 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ class ShowConfig(BaseModel):
forcebuy_enabled: bool
ask_strategy: Dict[str, Any]
bid_strategy: Dict[str, Any]
bot_name: str
state: str
runmode: str