From 049078328962cefafc41b41e8af97a16ce7a4ce3 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 25 Apr 2021 14:53:37 +0200 Subject: [PATCH] Testing cset foretell cookies --- src/platforms/csetforetell-fetch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platforms/csetforetell-fetch.js b/src/platforms/csetforetell-fetch.js index c3dd3c7..477d79a 100644 --- a/src/platforms/csetforetell-fetch.js +++ b/src/platforms/csetforetell-fetch.js @@ -146,6 +146,7 @@ async function csetforetell_inner(cookie){ console.log(question) } results.push(question) + console.log(question) } catch(error){ console.log(error) console.log(`We encountered some error when fetching the URL: ${url}, so it won't appear on the final json`)