Cargo fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user