Changed metaculus fetcher to also pull closed but not yet resolved questions
This commit is contained in:
parent
2e8110d276
commit
d6fc431e71
|
@ -73,7 +73,7 @@ export async function metaculus() {
|
|||
for (let result of results) {
|
||||
if (
|
||||
(result.publish_time < now) &&
|
||||
(now < result.close_time)
|
||||
(now < result.resolve_time)
|
||||
) {
|
||||
//console.log(result)
|
||||
await sleep(1000)
|
||||
|
|
Loading…
Reference in New Issue
Block a user