test: added debug messages, fix cron starter and remove spawner loop

This commit is contained in:
2023-12-04 20:14:24 +11:00
parent 323578e3e3
commit 298345a75a
4 changed files with 51 additions and 18 deletions

View File

@@ -27,6 +27,6 @@ pub async fn start() -> Result<(), error::WingmateInitError> {
}
let config = config::Config::find(vec_search)?;
dbg!(&config);
// dbg!(&config);
daemon::start(config).await
}