From 33d05c2a6116f1ced157514cbf5009259e016860 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Wed, 7 Aug 2019 17:34:32 -0700 Subject: [PATCH] Update gentle-wake-up.groovy --- official/gentle-wake-up.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/official/gentle-wake-up.groovy b/official/gentle-wake-up.groovy index f9bef8e..0d2e14d 100755 --- a/official/gentle-wake-up.groovy +++ b/official/gentle-wake-up.groovy @@ -701,9 +701,9 @@ def canStartAutomatically() { def today = new Date().format("EEEE") log.debug "today: ${today}, days: ${days}" - if (!days || days.contains(today)) {// if no days, assume every day + //if (!days || days.contains(today)) {// if no days, assume every day return true - } + //} log.trace "should not run" return false -- 2.34.1