Updated CSET-foretell logs; updated coupcast month

This commit is contained in:
NunoSempere 2021-05-10 16:54:27 +02:00
parent 9831c86674
commit 2ca3815de1
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import {calculateStars} from "../utils/stars.js"
import {upsert} from "../utils/mongo-wrapper.js"
/* Definitions */
let coupCastEndpoint = "https://www.oneearthfuture.org/sites/all/themes/stability/stability_sub/data/dashboard_2021_code_02.csv"
let coupCastEndpoint = "https://www.oneearthfuture.org/sites/all/themes/stability/stability_sub/data/dashboard_2021_code_05.csv"
var datenow = new Date();
var currentmonth = datenow.getMonth() + 1;

View File

@ -120,7 +120,7 @@ function sleep(ms) {
/* Body */
async function csetforetell_inner(cookie){
let i=1
let i=0
let response = await fetchPage(i, cookie)
let results = []
let init = Date.now()
@ -131,7 +131,6 @@ async function csetforetell_inner(cookie){
let h4elements = htmlLines.filter(str => str.includes("<h5><a href=") || str.includes("<h4><a href="))
if(process.env.DEBUG_MODE == "on"){
console.log(`Page #${i}`)
console.log(response)
}
@ -171,8 +170,9 @@ async function csetforetell_inner(cookie){
console.log(error)
console.log(`We encountered some error when fetching the URL: ${url}, so it won't appear on the final json`)
}
}
i=i+1
}
// console.log("Sleeping for ~5secs so as to not be as noticeable to the cset-foretell servers")
await sleep(5000 + Math.random()*1000) // don't be as noticeable