dry-run should be a bool, not a string

This commit is contained in:
Matthias 2021-02-20 19:17:10 +01:00
parent 4e5f8478b1
commit 245e39e523

View File

@ -113,7 +113,7 @@ class Daily(BaseModel):
class ShowConfig(BaseModel): class ShowConfig(BaseModel):
dry_run: str dry_run: bool
stake_currency: str stake_currency: str
stake_amount: Union[float, str] stake_amount: Union[float, str]
max_open_trades: int max_open_trades: int