added function aggregating multiple ticker data
This commit is contained in:
@@ -40,7 +40,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
// === Corporate Earnings Update ===
|
||||
println!("\nUpdating Corporate Earnings");
|
||||
let tickers = config::get_tickers();
|
||||
corporate::run_full_update(&client, tickers, &config).await?;
|
||||
corporate::run_full_update(&client, &config).await?;
|
||||
|
||||
// === Cleanup ===
|
||||
client.close().await?;
|
||||
|
||||
Reference in New Issue
Block a user