From 4573e421d524c4cb3424537915a5d48f33610c3c Mon Sep 17 00:00:00 2001 From: John Wiseman Date: Thu, 5 Mar 2020 11:58:04 -0800 Subject: [PATCH] Added 1 second delay before taking screenshot to let tiles load. --- src/main/lemondronor/circlebot/adsbx.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/lemondronor/circlebot/adsbx.cljs b/src/main/lemondronor/circlebot/adsbx.cljs index fd6aab8..cb94dcb 100644 --- a/src/main/lemondronor/circlebot/adsbx.cljs +++ b/src/main/lemondronor/circlebot/adsbx.cljs @@ -81,7 +81,7 @@ (timeout 3000) (delete-node page "#adsense") (p/all [(.type (.-keyboard page) "l") - (timeout 1000)]) + (timeout 2000)]) (let [path (get options :output-path (str "screenshot-" (.toFixed (current-time-secs) 0) "-"