Cargo fix

This commit is contained in:
Cameron
2026-01-05 10:24:12 -05:00
parent ad07f5a1fa
commit bb23e6bb25
12 changed files with 204 additions and 122 deletions

View File

@@ -49,7 +49,6 @@ use crate::video::actors::{
use log::{debug, error, info, trace, warn};
use opentelemetry::trace::{Span, Status, TraceContextExt, Tracer};
use opentelemetry::{KeyValue, global};
use crate::video::generate_video_gifs;
mod ai;
mod auth;
@@ -776,8 +775,10 @@ fn main() -> std::io::Result<()> {
end,
&ollama_clone,
&sms_client_clone,
summary_dao
).await {
summary_dao,
)
.await
{
log::error!("Daily summary generation failed for {}: {:?}", contact, e);
} else {
log::info!("Daily summary generation completed for {}", contact);