Fix webserver schema bug when running in webserver mode

This commit is contained in:
Matthias 2021-12-11 19:46:35 +01:00
parent 2918032dac
commit b90c5e56fb
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class ShowConfig(BaseModel):
trailing_stop_positive_offset: Optional[float]
trailing_only_offset_is_reached: Optional[bool]
unfilledtimeout: UnfilledTimeout
order_types: OrderTypes
order_types: Optional[OrderTypes]
use_custom_stoploss: Optional[bool]
timeframe: Optional[str]
timeframe_ms: int