better analyze.sh output

This commit is contained in:
olli 2023-05-22 12:28:38 +02:00
parent b2e6499dc9
commit 07a6dc9532

View File

@ -12,7 +12,7 @@ function get_vars_from_csv {
if [ -z "${BOT}" ] if [ -z "${BOT}" ]
then then
g_echo_note "Analyze: No market performanvce data found - forcing good market (100)" g_echo_note "Analyze: No market performanvce data found - forcing good market (100)"
f_market_performance=-100 f_market_performance=100
else else
g_echo_note "Bot: No market performanvce data found - forcing bad market (-100)" g_echo_note "Bot: No market performanvce data found - forcing bad market (-100)"
f_market_performance=-100 f_market_performance=-100