dry-run should be a bool, not a string
This commit is contained in:
parent
4e5f8478b1
commit
245e39e523
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user