@@ -43,7 +43,7 @@
(if (zero? seconds) "" (str seconds "s")))))
(def support-seconds?
- (get (state/get-config)
+ (get-in (state/get-config)
[:logbook/settings :with-second-support?] true))
(defn- now []