remove emojis from console
This commit is contained in:
@@ -364,7 +364,7 @@ class EnhancedCOBWebSocket:
|
||||
try:
|
||||
await callback(symbol, cob_data)
|
||||
except Exception as e:
|
||||
logger.error(f"❌ Error in COB callback: {e}")
|
||||
logger.error(f" Error in COB callback: {e}")
|
||||
|
||||
logger.debug(f"Initial snapshot for {symbol}: ${mid_price:.2f}, spread: {spread_bps:.1f} bps")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user