From a627223e8a84f0bac8068cb347223963cbe3153d Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 15 May 2024 22:54:37 -0400 Subject: [PATCH] oop --- pttodoer/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pttodoer/src/main.rs b/pttodoer/src/main.rs index ef30f21..27f6afd 100644 --- a/pttodoer/src/main.rs +++ b/pttodoer/src/main.rs @@ -82,6 +82,7 @@ impl When { }; match Cron::new(self.0.clone()) { Ok(x) => { + eprintln!("cron::new({:?}) => {:?}", self.0.clone(), x.clone()); return x.next(now); }, _ => {},