Fix statistics

This commit is contained in:
Pieter Vander Vennet 2022-08-24 16:02:16 +02:00
parent 25ec71aff1
commit 3aeeb3ad87
5 changed files with 45 additions and 11 deletions

View file

@ -96,9 +96,6 @@ class StatsDownloader {
'Cache-Control': 'no-cache'
}
return []
while (url) {
ScriptUtils.erasableLog(`Downloading stats for ${year}-${month}-${day}, page ${page} ${url}`)
const result = await Utils.downloadJson(url, headers)

File diff suppressed because one or more lines are too long