From: Seyed Amir Hossein Aqajari Date: Thu, 8 Aug 2019 00:34:32 +0000 (-0700) Subject: Update gentle-wake-up.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33d05c2a6116f1ced157514cbf5009259e016860;p=smartapps.git Update gentle-wake-up.groovy --- 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