Fix webserver schema bug when running in webserver mode

pull/6061/head
Matthias 4 years ago
parent 2918032dac
commit b90c5e56fb

@ -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

Loading…
Cancel
Save