remove emojis from console
This commit is contained in:
@@ -73,9 +73,9 @@ def generate_reports_example():
|
||||
print(f"\nBatch Results:")
|
||||
for symbol, data in results.items():
|
||||
if data:
|
||||
print(f"✅ {symbol}: ${data.current_price:,.2f} (RSI: {data.current_rsi_7:.1f})")
|
||||
print(f" {symbol}: ${data.current_price:,.2f} (RSI: {data.current_rsi_7:.1f})")
|
||||
else:
|
||||
print(f"❌ {symbol}: Failed to get data")
|
||||
print(f" {symbol}: Failed to get data")
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user