Removed Good Judgment because they imposed restrictions

This commit is contained in:
NunoSempere 2021-06-22 16:22:50 +02:00
parent afaea9106a
commit d66d4b43c9
2 changed files with 3 additions and 2 deletions

View File

@ -81,4 +81,4 @@ let commandLineUtility = async () => {
// console.log("1")
// console.log(process.argv)
commandLineUtility()
// doEverything()
// doEverything()

View File

@ -36,7 +36,8 @@ export async function tryCatchTryAgain (fun) {
}
}
export async function doEverything(){
let functions = [coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, goodjudgment, goodjudgmentopen, hypermind, ladbrokes, metaculus, polymarket, predictit, omen, smarkets, williamhill, mergeEverything, /*addToHistory,*/ rebuildNetlifySiteWithNewData]
let functions = [coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, /* goodjudgment, */ goodjudgmentopen, hypermind, ladbrokes, metaculus, polymarket, predictit, omen, smarkets, williamhill, mergeEverything, /*addToHistory,*/rebuildNetlifySiteWithNewData]
// Removed Good Judgment from the fetcher, doing it using cron instead because cloudflare blocks the utility on heroku.
console.log("")
console.log("")