remove emojis from console

This commit is contained in:
Dobromir Popov
2025-10-25 16:35:08 +03:00
parent 5aa4925cff
commit b8f54e61fa
75 changed files with 828 additions and 828 deletions

View File

@@ -423,13 +423,13 @@ class ExtremaTrainer:
self.context_data[symbol].last_update = datetime.now()
results[symbol] = True
logger.info(f" Loaded {len(context_data)} 1m candles for {symbol} context")
logger.info(f" Loaded {len(context_data)} 1m candles for {symbol} context")
else:
results[symbol] = False
logger.warning(f" No 1m context data available for {symbol}")
logger.warning(f" No 1m context data available for {symbol}")
except Exception as e:
logger.error(f" Error loading context data for {symbol}: {e}")
logger.error(f" Error loading context data for {symbol}: {e}")
results[symbol] = False
except Exception as e: