From beee5fe9705aabe41be3dcb97a6d974d192fbf0e Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Mon, 2 Dec 2024 21:37:05 +0100 Subject: [PATCH] Disable bear --- src/bin/main_loop.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main_loop.rs b/src/bin/main_loop.rs index c230bf5..d345713 100644 --- a/src/bin/main_loop.rs +++ b/src/bin/main_loop.rs @@ -80,7 +80,7 @@ impl> ContextDefault { last_modified: RefCell::new(None), last_call: RefCell::new(OffsetDateTime::now_utc().to_timezone(BERLIN) - time::Duration::seconds(50)), })); - scheduled.push(Box::new(BearReminder::default())); + //scheduled.push(Box::new(BearReminder::default())); ContextDefault { database: Rc::new(RefCell::new(database)), screensavers,