Skip to content

Commit ccda59b

Browse files
authored
Typo blanc missing market_making_general_inputs.py
1 parent af3f7fd commit ccda59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/market_making_general_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_market_making_general_inputs(custom_candles=False):
3434
help="Enter the position mode (HEDGE/ONEWAY).")
3535
with c6:
3636
cooldown_time = st.number_input("Stop Loss Cooldown Time (minutes)", value=cooldown_time,
37-
help="Specify the cooldown time in minutes after having a"
37+
help="Specify the cooldown time in minutes after having a "
3838
"stop loss (e.g., 60).") * 60
3939
with c7:
4040
executor_refresh_time = st.number_input("Executor Refresh Time (minutes)", value=executor_refresh_time,

0 commit comments

Comments
 (0)